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/keyutils.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/keyutils.lorry') diff --git a/open-source-lorries/keyutils.lorry b/open-source-lorries/keyutils.lorry index 3f46c1e..7936166 100644 --- a/open-source-lorries/keyutils.lorry +++ b/open-source-lorries/keyutils.lorry @@ -1,6 +1,6 @@ { "keyutils": { "type": "git", - "url": "git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git" + "url": "https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git" } } -- cgit v1.2.1