From b02dacf0af0686a1b4d8f6a50aaef59992989c85 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 23:41:43 +0100 Subject: Use https: scheme for cgit The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. --- open-source-lorries/cgit.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries') diff --git a/open-source-lorries/cgit.lorry b/open-source-lorries/cgit.lorry index a78f7d8..8e5a46a 100644 --- a/open-source-lorries/cgit.lorry +++ b/open-source-lorries/cgit.lorry @@ -1,7 +1,7 @@ { "cgit": { "type": "git", - "url": "git://git.zx2c4.com/cgit", + "url": "https://git.zx2c4.com/cgit", "refspecs": [ "+refs/heads/*", "+refs/tags/*" -- cgit v1.2.1