summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 19:44:15 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit572d444c781e992b324c736c4747ea0bc14aa552 (patch)
treee187c597f0d99716669d854bd00678b13c560f67
parentd6f48421dd2aae3a6e79cfd6c9c338fba3cafa6d (diff)
downloadlorries-572d444c781e992b324c736c4747ea0bc14aa552.tar.gz
Use https: scheme for all repositories on repo.or.cz
The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these.
-rw-r--r--open-source-lorries/cvsps.lorry2
-rw-r--r--open-source-lorries/iotop.lorry2
-rw-r--r--open-source-lorries/nasm.lorry2
3 files changed, 3 insertions, 3 deletions
diff --git a/open-source-lorries/cvsps.lorry b/open-source-lorries/cvsps.lorry
index 7ac9ccf..06806d1 100644
--- a/open-source-lorries/cvsps.lorry
+++ b/open-source-lorries/cvsps.lorry
@@ -1,6 +1,6 @@
{
"cvsps": {
"type": "git",
- "url": "git://repo.or.cz/cvsps-yd.git"
+ "url": "https://repo.or.cz/cvsps-yd.git"
}
}
diff --git a/open-source-lorries/iotop.lorry b/open-source-lorries/iotop.lorry
index c824774..fb69476 100644
--- a/open-source-lorries/iotop.lorry
+++ b/open-source-lorries/iotop.lorry
@@ -1,6 +1,6 @@
{
"iotop": {
"type": "git",
- "url": "git://repo.or.cz/iotop.git"
+ "url": "https://repo.or.cz/iotop.git"
}
}
diff --git a/open-source-lorries/nasm.lorry b/open-source-lorries/nasm.lorry
index 2eeef91..6b975ff 100644
--- a/open-source-lorries/nasm.lorry
+++ b/open-source-lorries/nasm.lorry
@@ -1,6 +1,6 @@
{
"nasm": {
"type": "git",
- "url": "git://repo.or.cz/nasm.git"
+ "url": "https://repo.or.cz/nasm.git"
}
}