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/python-packages.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/python-packages.lorry') diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index f9e0616..44d48aa 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -545,7 +545,7 @@ }, "python-packages/qpid-python": { "type": "git", - "url": "http://git.apache.org/qpid.git" + "url": "https://git.apache.org/qpid.git" }, "python-packages/rabbitmq-c": { "type": "git", -- cgit v1.2.1