From 2258cc461139da2138a8c9d757fdacd8328ef220 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 22:49:12 +0100 Subject: 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. --- open-source-lorries/xz.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/xz.lorry') 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" } } -- cgit v1.2.1