From 895dc3f41fe61b24422f868118f21962576a4687 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 18:13:10 +0100 Subject: Use https: scheme for all repositories hosted by Pepperfish The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/gitano-all.lorry | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'open-source-lorries/gitano-all.lorry') diff --git a/open-source-lorries/gitano-all.lorry b/open-source-lorries/gitano-all.lorry index 619b865..90754db 100644 --- a/open-source-lorries/gitano-all.lorry +++ b/open-source-lorries/gitano-all.lorry @@ -1,34 +1,34 @@ { "gitano/luacov": { "type": "git", - "url": "git://git.gitano.org.uk/luacov.git" + "url": "https://git.gitano.org.uk/luacov.git" }, "gitano/libgit2": { "type": "git", - "url": "git://git.gitano.org.uk/libgit2.git" + "url": "https://git.gitano.org.uk/libgit2.git" }, "gitano/luagit2": { "type": "git", - "url": "git://git.gitano.org.uk/luagit2.git" + "url": "https://git.gitano.org.uk/luagit2.git" }, "gitano/lace": { "type": "git", - "url": "git://git.gitano.org.uk/lace.git" + "url": "https://git.gitano.org.uk/lace.git" }, "gitano/clod": { "type": "git", - "url": "git://git.gitano.org.uk/clod.git" + "url": "https://git.gitano.org.uk/clod.git" }, "gitano/supple": { "type": "git", - "url": "git://git.gitano.org.uk/supple.git" + "url": "https://git.gitano.org.uk/supple.git" }, "gitano/gall": { "type": "git", - "url": "git://git.gitano.org.uk/gall.git" + "url": "https://git.gitano.org.uk/gall.git" }, "gitano/gitano": { "type": "git", - "url": "git://git.gitano.org.uk/gitano.git" + "url": "https://git.gitano.org.uk/gitano.git" } } -- cgit v1.2.1