summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 23:44:15 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit63ce72e8e7e1fa54a4f1670a18224658f0feac9f (patch)
treea45a024c90f813b2f2a3b27c963b8c4d167d9bd2
parent2d86f1bcafc97a3df38abd8a2aa13e6eb9f1accf (diff)
downloadlorries-63ce72e8e7e1fa54a4f1670a18224658f0feac9f.tar.gz
Use https: scheme for barebox
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/barebox.lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/barebox.lorry b/open-source-lorries/barebox.lorry
index 907c19d..a083222 100644
--- a/open-source-lorries/barebox.lorry
+++ b/open-source-lorries/barebox.lorry
@@ -1,7 +1,7 @@
{
"barebox": {
"type": "git",
- "url": "git://git.pengutronix.de/git/barebox.git"
+ "url": "https://git.pengutronix.de/git/barebox.git"
}
}