diff --git a/client/package.json b/client/package.json index 0360502f99798921813e106864f33a30f401d05d..d44bc51f4086475713c728b555c0d107fc5088b6 100644 --- a/client/package.json +++ b/client/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/Chocobozzz/PeerTube.git" + "url": "git+https://github.com/Chocobozzz/PeerTube.git" }, "scripts": { "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'", diff --git a/package.json b/package.json index ba539bd313d1c8e86cee5ac85063e028958777bd..e2dbe88a145dde0d7c3264ef64f6bc66cde31a56 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/Chocobozzz/PeerTube.git" + "url": "git+https://github.com/Chocobozzz/PeerTube.git" }, "typings": "*.d.ts", "scripts": {