From f22fdda0ed455874664b39abfc8cad9a58001364 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Sun, 29 Jul 2018 12:40:48 +0200 Subject: [PATCH] build: Update the Git submodule URL after GitLab migration https://gitlab.gnome.org/GNOME/gnome-photos/merge_requests/44 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7f7d37c2..66989de5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "libgd"] path = libgd - url = https://git.gnome.org/browse/libgd + url = https://gitlab.gnome.org/GNOME/libgd.git -- GitLab