Merge pull request #252 from CarlSchwan/patch-1
Update metadata about Quatermion
This commit is contained in:
commit
b7b1a33258
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ export class Quaternion {
|
|||
get id() { return "quaternion"; }
|
||||
get name() { return "Quaternion"; }
|
||||
get icon() { return "images/client-icons/quaternion.svg"; }
|
||||
get author() { return "Felix Rohrbach"; }
|
||||
get homepage() { return "https://github.com/Fxrh/Quaternion"; }
|
||||
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.'; }
|
||||
getMaturity(platform) { return Maturity.Beta; }
|
||||
|
|
Loading…
Reference in a new issue