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/php-git.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/php-git.lorry') diff --git a/open-source-lorries/php-git.lorry b/open-source-lorries/php-git.lorry index 084f321..1a48ac0 100644 --- a/open-source-lorries/php-git.lorry +++ b/open-source-lorries/php-git.lorry @@ -1,6 +1,6 @@ { "php-git": { "type": "git", - "url": "http://git.php.net/repository/php-src.git" + "url": "https://git.php.net/repository/php-src.git" } } -- cgit v1.2.1