diff options
author | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-11 00:02:59 +0100 |
---|---|---|
committer | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-11 00:17:48 +0100 |
commit | 5a6113eb4a811319f918ade3e205d5f088122142 (patch) | |
tree | cab2732d833fd22fe65a836547a2b77ab7cf0854 | |
parent | 4e5387583e20463dbacee9996c4572539dc45abd (diff) | |
download | lorries-5a6113eb4a811319f918ade3e205d5f088122142.tar.gz |
Use https: scheme for moreutils
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/moreutils.lorry | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/moreutils.lorry b/open-source-lorries/moreutils.lorry index a450dbb..19a233c 100644 --- a/open-source-lorries/moreutils.lorry +++ b/open-source-lorries/moreutils.lorry @@ -1,6 +1,6 @@ { "moreutils": { "type": "git", - "url": "git://git.kitenet.net/moreutils" + "url": "https://git.joeyh.name/git/moreutils.git" } } |