From 22dd011cc071a6d55845b8b1addf431494aedbe7 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Sat, 14 Apr 2018 14:46:56 +0200 Subject: gtk-code-generator.sh: Fetch sources from GitLab --- src/gtk/gtk-code-generator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gtk/gtk-code-generator.sh b/src/gtk/gtk-code-generator.sh index c740053ba..b30c47966 100755 --- a/src/gtk/gtk-code-generator.sh +++ b/src/gtk/gtk-code-generator.sh @@ -5,8 +5,8 @@ # action. # Also remove/add the neccesary bits to make it work inside nautilus -URL=https://git.gnome.org/browse/gtk+/plain/gtk/ -URLUI=https://git.gnome.org/browse/gtk+/plain/gtk/ui/ +URL=https://gitlab.gnome.org/GNOME/gtk/raw/gtk-3-22/gtk/ +URLUI=https://gitlab.gnome.org/GNOME/gtk/raw/gtk-3-22/gtk/ui/ SUFIX=?h=gtk-3-22 # Since comments are not allowed inside the sed line, this is what it will do -- cgit v1.2.1