[PULL 09/13] gitmodules: switch to qemu.org meson mirror

There is a newer version of this series
[PULL 09/13] gitmodules: switch to qemu.org meson mirror
Posted by Stefan Hajnoczi 4 years, 6 months ago
QEMU now hosts a mirror of meson.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>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20200915130834.706758-3-stefanha@redhat.com>
---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 7c8695b1dc..1c15b3c6f9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -60,7 +60,7 @@
 	url = https://git.qemu.org/git/qboot.git
 [submodule "meson"]
 	path = meson
-	url = https://github.com/mesonbuild/meson/
+	url = https://git.qemu.org/git/meson.git
 [submodule "roms/vbootrom"]
 	path = roms/vbootrom
 	url = https://github.com/google/vbootrom.git
-- 
2.26.2