From 1fc97aaf02e711a82c842ca5dcea4b5c7264c083 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 17 Nov 2022 18:23:14 +0000 Subject: [PATCH] .gitmodules: Temporarily fetch from Github mirror of libglnx gitlab.gnome.org is currently down, so use a mirror. The specific commit we are using has not changed. Signed-off-by: Simon McVittie (cherry picked from commit 7cb9eb3ebc1627d6a4145abf3a72382be9562b1a) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index cab9a7b9..81086783 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "libglnx"] path = subprojects/libglnx - url = https://gitlab.gnome.org/GNOME/libglnx.git + url = https://github.com/GNOME/libglnx.git [submodule "bubblewrap"] path = subprojects/bubblewrap url = https://github.com/containers/bubblewrap.git