summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:07:00 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit453f2aeaf7f5b046f556ac613ab82a85a0ec171b (patch)
tree422552d77c796dffa96e7c8f65ce03e1f64662e0
parent5a6113eb4a811319f918ade3e205d5f088122142 (diff)
downloadlorries-453f2aeaf7f5b046f556ac613ab82a85a0ec171b.tar.gz
Use https: scheme for gdbm
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/gdbm.lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/gdbm.lorry b/open-source-lorries/gdbm.lorry
index a4544ea..99951ba 100644
--- a/open-source-lorries/gdbm.lorry
+++ b/open-source-lorries/gdbm.lorry
@@ -1,6 +1,6 @@
{
"gdbm": {
"type": "git",
- "url": "git://git.gnu.org.ua/gdbm.git"
+ "url": "http://git.gnu.org.ua/repo/gdbm.git"
}
}