Update src/open/clients/NeoChat.js

Co-authored-by: Thibault Martin <thibaultamartin@users.noreply.github.com>
This commit is contained in:
Carl Schwan 2022-05-20 17:52:12 +02:00 committed by GitHub
parent 9f28514046
commit 2c3e1daaa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export class NeoChat {
get icon() { return "images/client-icons/org.kde.neochat.svg"; }
get author() { return "Tobias Fella and Carl Schwan"; }
get homepage() { return "https://apps.kde.org/neochat/"; }
get platforms() { return [Platform.Linux, Platform.Windows, Platform.macOS, Platform.Android]; }
get platforms() { return [Platform.Linux]; }
get description() { return 'NeoChat is a convergent, cross-platform Matrix client.'; }
getMaturity(platform) { return Maturity.Beta; }
getDeepLink(platform, link) {