Skip to content
Snippets Groups Projects
Unverified Commit 2c3e1daa authored by Carl Schwan's avatar Carl Schwan Committed by GitHub
Browse files

Update src/open/clients/NeoChat.js

parent 9f285140
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ export class NeoChat { ...@@ -23,7 +23,7 @@ export class NeoChat {
get icon() { return "images/client-icons/org.kde.neochat.svg"; } get icon() { return "images/client-icons/org.kde.neochat.svg"; }
get author() { return "Tobias Fella and Carl Schwan"; } get author() { return "Tobias Fella and Carl Schwan"; }
get homepage() { return "https://apps.kde.org/neochat/"; } 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.'; } get description() { return 'NeoChat is a convergent, cross-platform Matrix client.'; }
getMaturity(platform) { return Maturity.Beta; } getMaturity(platform) { return Maturity.Beta; }
getDeepLink(platform, link) { getDeepLink(platform, link) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment