summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-04-14 14:46:56 +0200
committerMarco Trevisan (TreviƱo) <mail@3v1n0.net>2018-07-18 01:40:33 +0200
commit22dd011cc071a6d55845b8b1addf431494aedbe7 (patch)
tree5d5bcc58951ab92f094578117918406d2e9f7481
parent8ea8427d6788ec97e6c422bf25bac2418fe1f6e1 (diff)
downloadnautilus-22dd011cc071a6d55845b8b1addf431494aedbe7.tar.gz
gtk-code-generator.sh: Fetch sources from GitLab
-rwxr-xr-xsrc/gtk/gtk-code-generator.sh4
1 files 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