From 5816ccfef0756219985de53bb9c6999776367a01 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 5 Aug 2020 19:08:11 +0200 Subject: [PATCH 1/2] change author --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2cb1902..3cd6dc1c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "type": "git", "url": "git+https://github.com/bwindels/brawl-chat.git" }, - "author": "Bruno Windels", + "author": "matrix.org", "license": "Apache-2.0", "bugs": { "url": "https://github.com/bwindels/brawl-chat/issues" From a02e2e942698bf0e889cbf1dc78e90817fff6d50 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 5 Aug 2020 19:09:58 +0200 Subject: [PATCH 2/2] rename brawl to hydrogent in manifest --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3cd6dc1c..836d09b4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "brawl-chat", + "name": "hydrogen-web", "version": "0.0.27", "description": "A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB", "main": "index.js", @@ -13,14 +13,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bwindels/brawl-chat.git" + "url": "git@github.com:vector-im/hydrogen-web.git" }, "author": "matrix.org", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/bwindels/brawl-chat/issues" + "url": "https://github.com/vector-im/hydrogen-web/issues" }, - "homepage": "https://github.com/bwindels/brawl-chat#readme", + "homepage": "https://github.com/vector-im/hydrogen-web/#readme", "devDependencies": { "cheerio": "^1.0.0-rc.3", "finalhandler": "^1.1.1",