gitmodules: Use github GNOME mirror

gitlab.gnome.org is down right now, but it's been somewhat
flaky in the past.  Our CI uptime becomes an *intersection*
of all systems it depends on, and by cutting out gitlab.gnome.org
we increase its reliability.
This commit is contained in:
Colin Walters 2023-09-20 07:58:44 -04:00
parent 878d601665
commit 01a847a2d1

2
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "libglnx"] [submodule "libglnx"]
path = libglnx path = libglnx
url = https://gitlab.gnome.org/GNOME/libglnx.git url = https://github.com/GNOME/libglnx
[submodule "bsdiff"] [submodule "bsdiff"]
path = bsdiff path = bsdiff
url = https://github.com/mendsley/bsdiff url = https://github.com/mendsley/bsdiff