summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 21:42:53 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 23:18:23 +0100
commitd2a28f5ee60155ec6572ffe7440bd226cf225f5a (patch)
tree8538022097990cb67ee96b0bd1de0fd3da657aa2
parent187d1e6f6fccf4f6b76ccbdfbea2bae4b597c63a (diff)
downloadlorries-d2a28f5ee60155ec6572ffe7440bd226cf225f5a.tar.gz
Update URL for Mercurial tarball
HTTP is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. Also use the hostname mercurial-scm.org; mercurial.selenic.com is still an alias for it but is not included in the server's TLS certificate.
-rw-r--r--open-source-lorries/mercurial-tarball.lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/mercurial-tarball.lorry b/open-source-lorries/mercurial-tarball.lorry
index cd474b7..2256ae5 100644
--- a/open-source-lorries/mercurial-tarball.lorry
+++ b/open-source-lorries/mercurial-tarball.lorry
@@ -1,6 +1,6 @@
{
"mercurial-tarball": {
"type": "tarball",
- "url": "http://mercurial.selenic.com/release/mercurial-1.9.3.tar.gz"
+ "url": "https://mercurial-scm.org/release/mercurial-1.9.3.tar.gz"
}
}