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/connman.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/connman.lorry') diff --git a/open-source-lorries/connman.lorry b/open-source-lorries/connman.lorry index 8e35a96..28f65e4 100644 --- a/open-source-lorries/connman.lorry +++ b/open-source-lorries/connman.lorry @@ -1,7 +1,7 @@ { "connman": { "type": "git", - "url": "git://git.kernel.org/pub/scm/network/connman/connman.git" + "url": "https://git.kernel.org/pub/scm/network/connman/connman.git" } } -- cgit v1.2.1