From d475cc3d089d4b9449d0c88f0817b21ddf33cc3a Mon Sep 17 00:00:00 2001 From: muxator Date: Sat, 26 Jan 2019 00:12:16 +0100 Subject: [PATCH] package.json: "http://github.com" -> "https://github.com" --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index be0b83676..887ba1d30 100644 --- a/src/package.json +++ b/src/package.json @@ -78,7 +78,7 @@ }, "repository": { "type": "git", - "url": "http://github.com/ether/etherpad-lite.git" + "url": "https://github.com/ether/etherpad-lite.git" }, "scripts": { "test": "nyc mocha --timeout 5000 ../tests/backend/specs/api"