From 5a6113eb4a811319f918ade3e205d5f088122142 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 11 Sep 2020 00:02:59 +0100 Subject: Use https: scheme for moreutils The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. --- open-source-lorries/moreutils.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/moreutils.lorry b/open-source-lorries/moreutils.lorry index a450dbb..19a233c 100644 --- a/open-source-lorries/moreutils.lorry +++ b/open-source-lorries/moreutils.lorry @@ -1,6 +1,6 @@ { "moreutils": { "type": "git", - "url": "git://git.kitenet.net/moreutils" + "url": "https://git.joeyh.name/git/moreutils.git" } } -- cgit v1.2.1