summaryrefslogtreecommitdiff
path: root/open-source-lorries/cvs-tarball.lorry
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 20:56:09 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:53 +0100
commitf1aee9a50ef87744cd75849dcb412e69099de84c (patch)
tree407aedc8fdd0d29a9692a57f7ea7cdfc36be6849 /open-source-lorries/cvs-tarball.lorry
parent2258cc461139da2138a8c9d757fdacd8328ef220 (diff)
downloadlorries-f1aee9a50ef87744cd75849dcb412e69099de84c.tar.gz
Use https: scheme instead of http: for various archivesbwh/use-https
HTTP is unauthenticated and so subject to man-in-the-middle attacks. Use https for these.
Diffstat (limited to 'open-source-lorries/cvs-tarball.lorry')
-rw-r--r--open-source-lorries/cvs-tarball.lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/cvs-tarball.lorry b/open-source-lorries/cvs-tarball.lorry
index c74bb87..02c7a6e 100644
--- a/open-source-lorries/cvs-tarball.lorry
+++ b/open-source-lorries/cvs-tarball.lorry
@@ -1,6 +1,6 @@
{
"cvs-tarball": {
"type": "tarball",
- "url": "http://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2"
+ "url": "https://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2"
}
}