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/c2man.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/c2man.lorry') diff --git a/open-source-lorries/c2man.lorry b/open-source-lorries/c2man.lorry index b456868..8936da8 100644 --- a/open-source-lorries/c2man.lorry +++ b/open-source-lorries/c2man.lorry @@ -1,6 +1,6 @@ { "c2man": { "type": "git", - "url": "git://anongit.freedesktop.org/fribidi/c2man" + "url": "https://anongit.freedesktop.org/git/fribidi/c2man.git" } } -- cgit v1.2.1