From: Stefan Hajnoczi Date: Tue, 15 Sep 2020 13:08:33 +0000 (+0100) Subject: gitmodules: switch to qemu.org meson mirror X-Git-Tag: v5.2.0-rc0~93^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a23259108c0fb411f14064a1255e7081c8460d0;p=thirdparty%2Fqemu.git gitmodules: switch to qemu.org meson mirror 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 Signed-off-by: Stefan Hajnoczi Tested-by: Philippe Mathieu-Daudé Reviewed-by: Philippe Mathieu-Daudé Cc: Marc-André Lureau Cc: Paolo Bonzini Message-Id: <20200915130834.706758-3-stefanha@redhat.com> --- diff --git a/.gitmodules b/.gitmodules index 7c8695b1dc5..1c15b3c6f93 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