summaryrefslogtreecommitdiff
path: root/open-source-lorries/nvidia-jetson.lorry
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 15:59:42 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit222de279ed69390a2e6b271a142fc83305881375 (patch)
tree3a0d7a358c8beb036e72de94fa36be06fcdba240 /open-source-lorries/nvidia-jetson.lorry
parentbc226598126b6d3866698bc49968027aec9696c7 (diff)
downloadlorries-222de279ed69390a2e6b271a142fc83305881375.tar.gz
Use https: scheme for all repositories on GitHub
The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these.
Diffstat (limited to 'open-source-lorries/nvidia-jetson.lorry')
-rw-r--r--open-source-lorries/nvidia-jetson.lorry10
1 files changed, 5 insertions, 5 deletions
diff --git a/open-source-lorries/nvidia-jetson.lorry b/open-source-lorries/nvidia-jetson.lorry
index 569d5c7..43389d0 100644
--- a/open-source-lorries/nvidia-jetson.lorry
+++ b/open-source-lorries/nvidia-jetson.lorry
@@ -1,23 +1,23 @@
{
"nvidia/tegra-uboot-flasher-scripts": {
"type": "git",
- "url": "git://github.com/NVIDIA/tegra-uboot-flasher-scripts.git"
+ "url": "https://github.com/NVIDIA/tegra-uboot-flasher-scripts.git"
},
"nvidia/tegrarcm": {
"type": "git",
- "url": "git://github.com/NVIDIA/tegrarcm.git"
+ "url": "https://github.com/NVIDIA/tegrarcm.git"
},
"nvidia/cbootimage": {
"type": "git",
- "url": "git://github.com/NVIDIA/cbootimage.git"
+ "url": "https://github.com/NVIDIA/cbootimage.git"
},
"nvidia/cbootimage-configs": {
"type": "git",
- "url": "git://github.com/NVIDIA/cbootimage-configs.git"
+ "url": "https://github.com/NVIDIA/cbootimage-configs.git"
},
"nvidia/tegra-pinmux-scripts": {
"type": "git",
- "url": "git://github.com/NVIDIA/tegra-pinmux-scripts.git"
+ "url": "https://github.com/NVIDIA/tegra-pinmux-scripts.git"
}
}