From 1d26f492ee1126fffe4f0e006b3984bc44f9fe76 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 20:23:14 +0100 Subject: Use https: scheme for all repositories on gnupg.org The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/libassuan.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/libassuan.lorry') diff --git a/open-source-lorries/libassuan.lorry b/open-source-lorries/libassuan.lorry index e3e8912..c084887 100644 --- a/open-source-lorries/libassuan.lorry +++ b/open-source-lorries/libassuan.lorry @@ -1,6 +1,6 @@ { "libassuan": { "type": "git", - "url": "git://git.gnupg.org/libassuan.git" + "url": "https://dev.gnupg.org/source/libassuan.git" } } -- cgit v1.2.1