summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 23:40:28 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commitc516c5a76a45d55f2bedfd0efa477e4085392acb (patch)
treeaf20c9805733363c091e7df5696ab7b63f556170
parentcb40f8526fd165ce9bc7f37bee06bc39b008fccc (diff)
downloadlorries-c516c5a76a45d55f2bedfd0efa477e4085392acb.tar.gz
Use https: scheme for ppp
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/ppp.lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/ppp.lorry b/open-source-lorries/ppp.lorry
index 5381b2f..472b295 100644
--- a/open-source-lorries/ppp.lorry
+++ b/open-source-lorries/ppp.lorry
@@ -1,6 +1,6 @@
{
"ppp": {
"type": "git",
- "url": "git://ozlabs.org/~paulus/ppp.git"
+ "url": "https://git.ozlabs.org/ppp.git"
}
}