summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 19:45:51 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit7067944dc3023db788d7331f83a9270ab89111ac (patch)
tree2e17c2c64c68f19a80ecee7ad13234f44b4b829c
parent572d444c781e992b324c736c4747ea0bc14aa552 (diff)
downloadlorries-7067944dc3023db788d7331f83a9270ab89111ac.tar.gz
Use https: scheme for all repositories on git.suckless.org
The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these.
-rw-r--r--open-source-lorries/suckless.lorry6
1 files changed, 3 insertions, 3 deletions
diff --git a/open-source-lorries/suckless.lorry b/open-source-lorries/suckless.lorry
index 09b87da..d24ff42 100644
--- a/open-source-lorries/suckless.lorry
+++ b/open-source-lorries/suckless.lorry
@@ -1,14 +1,14 @@
{
"suckless/dwm": {
"type": "git",
- "url": "git://git.suckless.org/dwm"
+ "url": "https://git.suckless.org/dwm"
},
"suckless/dmenu": {
"type": "git",
- "url": "git://git.suckless.org/dmenu"
+ "url": "https://git.suckless.org/dmenu"
},
"suckless/slock": {
"type": "git",
- "url": "git://git.suckless.org/slock"
+ "url": "https://git.suckless.org/slock"
}
}