summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:08:19 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commita8d2df2353f9f5f94dfc841c33421de4f5f55995 (patch)
tree3ad2e037e4b56abdfe6a6058c18004d31d531fdc
parent453f2aeaf7f5b046f556ac613ab82a85a0ec171b (diff)
downloadlorries-a8d2df2353f9f5f94dfc841c33421de4f5f55995.tar.gz
Use https: scheme for ghostpdl
The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this.
-rw-r--r--open-source-lorries/ghostpdl.lorry2
1 files changed, 1 insertions, 1 deletions
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"
}
}