Update src/open/clients/Quaternion.js
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
This commit is contained in:
parent
95cc966e28
commit
a1bb51ad2d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export class Quaternion {
|
|||
get id() { return "quaternion"; }
|
||||
get name() { return "Quaternion"; }
|
||||
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 platforms() { return [Platform.Windows, Platform.macOS, Platform.Linux]; }
|
||||
get description() { return 'Qt5 and C++ cross-platform desktop Matrix client.'; }
|
||||
|
|
Loading…
Reference in a new issue