From 2c3e1daaa4599265eac25ed18da851c18be214a8 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Fri, 20 May 2022 17:52:12 +0200 Subject: [PATCH] Update src/open/clients/NeoChat.js Co-authored-by: Thibault Martin --- src/open/clients/NeoChat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/open/clients/NeoChat.js b/src/open/clients/NeoChat.js index ebccb09..2e43a11 100644 --- a/src/open/clients/NeoChat.js +++ b/src/open/clients/NeoChat.js @@ -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) {