From f8bc4c394ab06a0ace34c53c9fdee3108dec88cc Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 18:02:31 +0100 Subject: Use https: scheme for all repositories on code.qt.io The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/qt-creator.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/qt-creator.lorry') diff --git a/open-source-lorries/qt-creator.lorry b/open-source-lorries/qt-creator.lorry index aaa21e7..7055b59 100644 --- a/open-source-lorries/qt-creator.lorry +++ b/open-source-lorries/qt-creator.lorry @@ -1,7 +1,7 @@ { "qt-creator": { "type": "git", - "url": "git://code.qt.io/qt-creator/qt-creator.git", + "url": "https://code.qt.io/qt-creator/qt-creator.git", "refspecs": [ "+refs/heads/*", "+refs/tags/*" -- cgit v1.2.1