summaryrefslogtreecommitdiff
path: root/open-source-lorries
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:01:57 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit4e5387583e20463dbacee9996c4572539dc45abd (patch)
tree3d08b7f5a42760dfcd394882fdcf01a6ae0c77af /open-source-lorries
parent63ce72e8e7e1fa54a4f1670a18224658f0feac9f (diff)
downloadlorries-4e5387583e20463dbacee9996c4572539dc45abd.tar.gz
Use https: scheme for musl
The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this.
Diffstat (limited to 'open-source-lorries')
-rw-r--r--open-source-lorries/musl.lorry2
1 files changed, 1 insertions, 1 deletions
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"
}
}