Skip to content
Snippets Groups Projects
Unverified Commit b7b1a332 authored by Thibault Martin's avatar Thibault Martin Committed by GitHub
Browse files

Merge pull request #252 from CarlSchwan/patch-1

Update metadata about Quatermion
parents 783630b8 a1bb51ad
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment