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