From a8d2df2353f9f5f94dfc841c33421de4f5f55995 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 11 Sep 2020 00:08:19 +0100 Subject: Use https: scheme for ghostpdl The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. --- open-source-lorries/ghostpdl.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/ghostpdl.lorry b/open-source-lorries/ghostpdl.lorry index 77021af..10deaeb 100644 --- a/open-source-lorries/ghostpdl.lorry +++ b/open-source-lorries/ghostpdl.lorry @@ -1,6 +1,6 @@ { "ghostpdl": { "type": "git", - "url": "git://git.ghostscript.com/ghostpdl.git" + "url": "https://git.ghostscript.com/ghostpdl.git" } } -- cgit v1.2.1