From 222de279ed69390a2e6b271a142fc83305881375 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 15:59:42 +0100 Subject: Use https: scheme for all repositories on GitHub The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/libwww-perl-uri.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/libwww-perl-uri.lorry') diff --git a/open-source-lorries/libwww-perl-uri.lorry b/open-source-lorries/libwww-perl-uri.lorry index 7206496..882b66d 100644 --- a/open-source-lorries/libwww-perl-uri.lorry +++ b/open-source-lorries/libwww-perl-uri.lorry @@ -1,7 +1,7 @@ { "libwww-perl/uri": { "type": "git", - "url": "git://github.com/libwww-perl/uri" + "url": "https://github.com/libwww-perl/uri.git" } } -- cgit v1.2.1