summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 23:37:17 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commitcb40f8526fd165ce9bc7f37bee06bc39b008fccc (patch)
tree9b8c095c550746bd4f75e122feb942adab4ca47d
parent366c321203afc8d56c6589c180624fd54b781ad5 (diff)
downloadlorries-cb40f8526fd165ce9bc7f37bee06bc39b008fccc.tar.gz
Use https: scheme for FFmpeg
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/ffmpeg.lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/ffmpeg.lorry b/open-source-lorries/ffmpeg.lorry
index 3ec78b8..f79595f 100644
--- a/open-source-lorries/ffmpeg.lorry
+++ b/open-source-lorries/ffmpeg.lorry
@@ -1,7 +1,7 @@
{
"ffmpeg": {
"type": "git",
- "url": "git://source.ffmpeg.org/ffmpeg.git"
+ "url": "https://git.ffmpeg.org/ffmpeg.git"
}
}