From c493af91e5602847177aaa31b6cc7fa2309ff8dc Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 18:09:22 +0100 Subject: Use https: scheme for all repositories on git.kernel.org The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/iproute2.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/iproute2.lorry') diff --git a/open-source-lorries/iproute2.lorry b/open-source-lorries/iproute2.lorry index 1aba3bd..5847e18 100644 --- a/open-source-lorries/iproute2.lorry +++ b/open-source-lorries/iproute2.lorry @@ -1,6 +1,6 @@ { "iproute2": { "type": "git", - "url": "git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" + "url": "https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" } } -- cgit v1.2.1