From 85ec4ab962050d4aedfca514d7af3323c043a884 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 4 Dec 2020 12:35:13 +0100 Subject: [PATCH] adjust author of Element --- src/open/clients/Element.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/open/clients/Element.js b/src/open/clients/Element.js index 6faf89c..a489927 100644 --- a/src/open/clients/Element.js +++ b/src/open/clients/Element.js @@ -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; }