Update src/open/clients/NeoChat.js
Co-authored-by: Thibault Martin <thibaultamartin@users.noreply.github.com>
This commit is contained in:
parent
9f28514046
commit
2c3e1daaa4
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue