adjust author of Element

This commit is contained in:
Bruno Windels 2020-12-04 12:35:13 +01:00
parent 9760b78f16
commit 85ec4ab962
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export class Element {
get description() { return 'Fully-featured Matrix client, used by millions.'; }
get homepage() { return "https://element.io"; }
get author() { return "https://element.io"; }
get author() { return "Element"; }
getMaturity(platform) { return Maturity.Stable; }