From 4f8944b7191947ab9dd67f30426918aae6a043f8 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 29 May 2018 10:23:31 -0400 Subject: [PATCH] .gitmodules: Update URL for libglnx Same thing as https://github.com/projectatomic/rpm-ostree/pull/1374. Otherwise we get an annoying "warning: redirecting to" message. Update submodule: libglnx Closes: #1604 Approved by: cgwalters --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 32c403ce..1da1f9b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "libglnx"] path = libglnx - url = https://git.gnome.org/browse/libglnx + url = https://gitlab.gnome.org/GNOME/libglnx.git [submodule "bsdiff"] path = bsdiff url = https://github.com/mendsley/bsdiff