Update metadata about Quatermion
This commit is contained in:
parent
a39c40539f
commit
95cc966e28
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ 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"; }
|
get author() { return "Felix Rohrbach and Alexey Rusakov "; }
|
||||||
get homepage() { return "https://github.com/Fxrh/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.'; }
|
||||||
getMaturity(platform) { return Maturity.Beta; }
|
getMaturity(platform) { return Maturity.Beta; }
|
||||||
|
|
Loading…
Reference in a new issue