From def1a91fd85a77f5c02cd67c54de0fc33604f104 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 19:26:54 +0100 Subject: Use https: scheme for active Git and Subversion repositories on Sourceforge HTTP and the git and svn native protocols are unauthenticated and so subject to man-in-the-middle attacks. Use https for these. Unfortunately we can't do this for Mercurial repositories, as the https service for them currently requires authentication. --- open-source-lorries/sgdisk.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/sgdisk.lorry') diff --git a/open-source-lorries/sgdisk.lorry b/open-source-lorries/sgdisk.lorry index 6d181e8..da4e436 100644 --- a/open-source-lorries/sgdisk.lorry +++ b/open-source-lorries/sgdisk.lorry @@ -1,6 +1,6 @@ { "sgdisk": { "type": "git", - "url": "http://git.code.sf.net/p/gptfdisk/code" + "url": "https://git.code.sf.net/p/gptfdisk/code" } } -- cgit v1.2.1