Skip to content
Snippets Groups Projects
Commit 85ec4ab9 authored by Bruno Windels's avatar Bruno Windels
Browse files

adjust author of Element

parent 9760b78f
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment