Update src/open/clients/Quaternion.js

Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
This commit is contained in:
Carl Schwan
2021-12-27 10:51:06 +01:00
committed by GitHub
parent 95cc966e28
commit a1bb51ad2d
+1 -1
View File
@@ -20,7 +20,7 @@ export class Quaternion {
get id() { return "quaternion"; } get id() { return "quaternion"; }
get name() { return "Quaternion"; } get name() { return "Quaternion"; }
get icon() { return "images/client-icons/quaternion.svg"; } get icon() { return "images/client-icons/quaternion.svg"; }
get author() { return "Felix Rohrbach and Alexey Rusakov "; } get author() { return "The Quotient project"; }
get homepage() { return "https://github.com/quotient-im/Quaternion"; } get homepage() { return "https://github.com/quotient-im/Quaternion"; }
get platforms() { return [Platform.Windows, Platform.macOS, Platform.Linux]; } get platforms() { return [Platform.Windows, Platform.macOS, Platform.Linux]; }
get description() { return 'Qt5 and C++ cross-platform desktop Matrix client.'; } get description() { return 'Qt5 and C++ cross-platform desktop Matrix client.'; }