adjust author of Element
This commit is contained in:
parent
9760b78f16
commit
85ec4ab962
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user