summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 23:41:43 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commitb02dacf0af0686a1b4d8f6a50aaef59992989c85 (patch)
tree255f00def18c916e9292cb0e6c08a8dba0afe127
parentc516c5a76a45d55f2bedfd0efa477e4085392acb (diff)
downloadlorries-b02dacf0af0686a1b4d8f6a50aaef59992989c85.tar.gz
Use https: scheme for cgit
The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this.
-rw-r--r--open-source-lorries/cgit.lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/cgit.lorry b/open-source-lorries/cgit.lorry
index a78f7d8..8e5a46a 100644
--- a/open-source-lorries/cgit.lorry
+++ b/open-source-lorries/cgit.lorry
@@ -1,7 +1,7 @@
{
"cgit": {
"type": "git",
- "url": "git://git.zx2c4.com/cgit",
+ "url": "https://git.zx2c4.com/cgit",
"refspecs": [
"+refs/heads/*",
"+refs/tags/*"