Fix punctuation of Weechat client description

This commit is contained in:
Andrew Morgan
2020-12-10 18:25:37 +00:00
committed by GitHub
parent 66c51828b0
commit 03db5be985
+1 -1
View File
@@ -26,7 +26,7 @@ export class Weechat {
get author() { return "Poljar"; }
get homepage() { return "https://github.com/poljar/weechat-matrix"; }
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; }
getDeepLink(platform, link) {}
canInterceptMatrixToLinks(platform) { return false; }