From ed521ae90432b06b77b3e8277fca54b9d3c08b74 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 19:58:35 +0100 Subject: Use https: scheme for all files in Debian archive HTTP is unauthenticated and so subject to man-in-the-middle attacks. Use the deb.debian.org CDN and https for these. (Other mirrors generally don't support https.) --- open-source-lorries/ttf-alee.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/ttf-alee.lorry') diff --git a/open-source-lorries/ttf-alee.lorry b/open-source-lorries/ttf-alee.lorry index 53d5c69..bbe420f 100644 --- a/open-source-lorries/ttf-alee.lorry +++ b/open-source-lorries/ttf-alee.lorry @@ -1,6 +1,6 @@ { "ttf-alee": { "type": "tarball", - "url": " http://ftp.tw.debian.org/debian/pool/main/f/fonts-alee/fonts-alee_13.1.tar.xz" + "url": "https://deb.debian.org/debian/pool/main/f/fonts-alee/fonts-alee_13.1.tar.xz" } } -- cgit v1.2.1