summaryrefslogtreecommitdiff
path: root/open-source-lorries/wget.lorry
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 18:07:45 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commitb9c19173132feab012c4d13e637713d1a979e660 (patch)
tree5c63f72175ca1626181649db966c18930079fd6f /open-source-lorries/wget.lorry
parentf8bc4c394ab06a0ace34c53c9fdee3108dec88cc (diff)
downloadlorries-b9c19173132feab012c4d13e637713d1a979e660.tar.gz
Use https: scheme for all repositories on Savannah
HTTP and the git native protocol are unauthenticated and so subject to man-in-the-middle attacks. Use https for these.
Diffstat (limited to 'open-source-lorries/wget.lorry')
-rw-r--r--open-source-lorries/wget.lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/wget.lorry b/open-source-lorries/wget.lorry
index 23194e9..49b521f 100644
--- a/open-source-lorries/wget.lorry
+++ b/open-source-lorries/wget.lorry
@@ -1,6 +1,6 @@
{
"wget": {
"type": "git",
- "url": "git://git.sv.gnu.org/wget.git"
+ "url": "https://git.savannah.gnu.org/git/wget.git"
}
}