diff options
author | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-10 15:59:42 +0100 |
---|---|---|
committer | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-11 00:17:48 +0100 |
commit | 222de279ed69390a2e6b271a142fc83305881375 (patch) | |
tree | 3a0d7a358c8beb036e72de94fa36be06fcdba240 /open-source-lorries/lcms2.lorry | |
parent | bc226598126b6d3866698bc49968027aec9696c7 (diff) | |
download | lorries-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/lcms2.lorry')
-rw-r--r-- | open-source-lorries/lcms2.lorry | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/lcms2.lorry b/open-source-lorries/lcms2.lorry index 4ce42f7..ee0dd83 100644 --- a/open-source-lorries/lcms2.lorry +++ b/open-source-lorries/lcms2.lorry @@ -1,6 +1,6 @@ { "lcms2": { "type": "git", - "url": "git://github.com/mm2/Little-CMS" + "url": "https://github.com/mm2/Little-CMS.git" } } |