From 01a847a2d1c86df57e3e21d11df103eb34cd465a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 20 Sep 2023 07:58:44 -0400 Subject: [PATCH] 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. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0de0c83106..da3863f6e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "libglnx"] path = libglnx - url = https://gitlab.gnome.org/GNOME/libglnx.git + url = https://github.com/GNOME/libglnx [submodule "bsdiff"] path = bsdiff url = https://github.com/mendsley/bsdiff