From 4e5387583e20463dbacee9996c4572539dc45abd Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 11 Sep 2020 00:01:57 +0100 Subject: Use https: scheme for musl The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. --- open-source-lorries/musl.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries') diff --git a/open-source-lorries/musl.lorry b/open-source-lorries/musl.lorry index e9c006b..f55da33 100644 --- a/open-source-lorries/musl.lorry +++ b/open-source-lorries/musl.lorry @@ -1,6 +1,6 @@ { "musl": { "type": "git", - "url": "git://git.musl-libc.org/musl" + "url": "https://git.musl-libc.org/git/musl" } } -- cgit v1.2.1