From 80d32016cda0bde6e1d50b696369bfda9583afde Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 17:55:25 +0100 Subject: Use https: scheme for all repositories on anongit.freedesktop.org The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/py2cairo.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/py2cairo.lorry') diff --git a/open-source-lorries/py2cairo.lorry b/open-source-lorries/py2cairo.lorry index fee9c2e..aa24e8e 100644 --- a/open-source-lorries/py2cairo.lorry +++ b/open-source-lorries/py2cairo.lorry @@ -1,6 +1,6 @@ { "py2cairo": { "type": "git", - "url": "git://anongit.freedesktop.org/git/py2cairo" + "url": "https://anongit.freedesktop.org/git/py2cairo" } } -- cgit v1.2.1