diff mbox series

[1/3] gitmodules: switch to qemu.org qboot mirror

Message ID 20200909101642.17698-2-stefanha@redhat.com
State New
Headers show
Series gitmodules: add qboot, meson, and vbootrom mirrors | expand

Commit Message

Stefan Hajnoczi Sept. 9, 2020, 10:16 a.m. UTC
QEMU now hosts a mirror of qboot.git. QEMU mirrors third-party code to
ensure that users can always build QEMU even if the dependency goes
offline and so QEMU meets its responsibilities to provide full source
code under software licenses.

Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.gitmodules b/.gitmodules
index ce979398a8..b201675288 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -57,7 +57,7 @@ 
 	url = 	https://git.qemu.org/git/opensbi.git
 [submodule "roms/qboot"]
 	path = roms/qboot
-	url = https://github.com/bonzini/qboot
+	url = https://git.qemu.org/git/qboot.git
 [submodule "meson"]
 	path = meson
 	url = https://github.com/mesonbuild/meson/