From dc548d038bf7d7bf3e4a46f0f6d872f92134fd55 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 19:37:02 +0100 Subject: Use https: scheme for all repositories on git.qemu.org The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. Also change the hostname from git.qemu-project.org to the canonical git.qemu.org. --- open-source-lorries/qemu-sgabios.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/qemu-sgabios.lorry') diff --git a/open-source-lorries/qemu-sgabios.lorry b/open-source-lorries/qemu-sgabios.lorry index b4529a6..ad7c793 100644 --- a/open-source-lorries/qemu-sgabios.lorry +++ b/open-source-lorries/qemu-sgabios.lorry @@ -1,6 +1,6 @@ { "qemu-sgabios": { "type": "git", - "url": "git://git.qemu-project.org/sgabios.git" + "url": "https://git.qemu.org/git/sgabios.git" } } -- cgit v1.2.1