Merge pull request #176 from matrix-org/anoa/weechat_punctuation
Fix punctuation of Weechat client description
This commit is contained in:
commit
dc4ccaef09
@ -26,7 +26,7 @@ export class Weechat {
|
|||||||
get author() { return "Poljar"; }
|
get author() { return "Poljar"; }
|
||||||
get homepage() { return "https://github.com/poljar/weechat-matrix"; }
|
get homepage() { return "https://github.com/poljar/weechat-matrix"; }
|
||||||
get platforms() { return [Platform.Windows, Platform.macOS, Platform.Linux]; }
|
get platforms() { return [Platform.Windows, Platform.macOS, Platform.Linux]; }
|
||||||
get description() { return 'Command-line Matrix interface using Weechat'; }
|
get description() { return 'Command-line Matrix interface using Weechat.'; }
|
||||||
getMaturity(platform) { return Maturity.Beta; }
|
getMaturity(platform) { return Maturity.Beta; }
|
||||||
getDeepLink(platform, link) {}
|
getDeepLink(platform, link) {}
|
||||||
canInterceptMatrixToLinks(platform) { return false; }
|
canInterceptMatrixToLinks(platform) { return false; }
|
||||||
|
Loading…
Reference in New Issue
Block a user