From bc7c7625862e23cd055c4523d49cf4da58a5e3da Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 20 Sep 2023 11:43:48 -0400 Subject: [PATCH] gitmodules: Switch to github for libglnx Matches https://github.com/ostreedev/ostree/commit/01a847a2d1c86df57e3e21d11df103eb34cd465a 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 b219f0bbe7..ed81f557ce 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.git [submodule "libdnf"] path = libdnf url = https://github.com/rpm-software-management/libdnf