summaryrefslogtreecommitdiff
path: root/open-source-lorries/xz.lorry
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 22:49:12 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit2258cc461139da2138a8c9d757fdacd8328ef220 (patch)
treed734467b40469592a5fe32cc36f7d4e9d6dd7e14 /open-source-lorries/xz.lorry
parent0453df73028c85ee008cde4c787543cc0bbe1d2d (diff)
downloadlorries-2258cc461139da2138a8c9d757fdacd8328ef220.tar.gz
Use https: scheme instead of http: for various repositories
HTTP is unauthenticated and so subject to man-in-the-middle attacks. Use https for these.
Diffstat (limited to 'open-source-lorries/xz.lorry')
-rw-r--r--open-source-lorries/xz.lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/xz.lorry b/open-source-lorries/xz.lorry
index 75a8338..9e21260 100644
--- a/open-source-lorries/xz.lorry
+++ b/open-source-lorries/xz.lorry
@@ -1,6 +1,6 @@
{
"xz": {
"type": "git",
- "url": "http://git.tukaani.org/xz.git"
+ "url": "https://git.tukaani.org/xz.git"
}
}