From c516c5a76a45d55f2bedfd0efa477e4085392acb Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 23:40:28 +0100 Subject: Use https: scheme for ppp The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. --- open-source-lorries/ppp.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/ppp.lorry b/open-source-lorries/ppp.lorry index 5381b2f..472b295 100644 --- a/open-source-lorries/ppp.lorry +++ b/open-source-lorries/ppp.lorry @@ -1,6 +1,6 @@ { "ppp": { "type": "git", - "url": "git://ozlabs.org/~paulus/ppp.git" + "url": "https://git.ozlabs.org/ppp.git" } } -- cgit v1.2.1