From 9f6a9e101c2473c0ae646248edcc474b414bf0bb Mon Sep 17 00:00:00 2001 From: Qt Resynth Date: Wed, 30 Sep 2020 11:00:47 +0000 Subject: [PATCH 1/2] Riot -> Element in contribute.json --- contribute.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contribute.json b/contribute.json index 0f9ceed38c..78f4900d3d 100644 --- a/contribute.json +++ b/contribute.json @@ -2,12 +2,12 @@ "name": "Riot", "description": "A glossy Matrix collaboration client for the web.", "repository": { - "url": "https://github.com/vector-im/riot-web", + "url": "https://github.com/vector-im/element-web", "license": "Apache License 2.0" }, "bugs": { - "list": "https://github.com/vector-im/riot-web/issues", - "report": "https://github.com/vector-im/riot-web/issues/new/choose" + "list": "https://github.com/vector-im/element-web/issues", + "report": "https://github.com/vector-im/element-web/issues/new/choose" }, "keywords": [ "chat", From 7e404ace8cec1034aa50452fcf0853e425161d6f Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 30 Sep 2020 12:29:45 +0100 Subject: [PATCH 2/2] Update contribute.json --- contribute.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute.json b/contribute.json index 78f4900d3d..0ac40ea378 100644 --- a/contribute.json +++ b/contribute.json @@ -1,5 +1,5 @@ { - "name": "Riot", + "name": "Element", "description": "A glossy Matrix collaboration client for the web.", "repository": { "url": "https://github.com/vector-im/element-web",