diff --git a/src/open/clients/Quaternion.js b/src/open/clients/Quaternion.js index 4ec7d71..937fae1 100644 --- a/src/open/clients/Quaternion.js +++ b/src/open/clients/Quaternion.js @@ -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.'; }