From 59636cb2eca8d18e3d373063eb61398abe871155 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Tue, 8 Sep 2015 22:45:07 +0200 Subject: [PATCH] LP-30 get marble maps from gitlab --- make/3rdparty/marble/marble.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/3rdparty/marble/marble.mk b/make/3rdparty/marble/marble.mk index 2f3d29c09..4fbac0737 100644 --- a/make/3rdparty/marble/marble.mk +++ b/make/3rdparty/marble/marble.mk @@ -126,7 +126,7 @@ clone_marble: $(V1) if [ ! -d "$(MARBLE_SRC_DIR)/googlemaps" ]; then \ $(ECHO) "Cloning googlemaps to $(call toprel, $(MARBLE_SRC_DIR)/googlemaps)" ; \ - $(GIT) clone https://gitorious.org/marble-restricted-maps/googlemaps.git $(MARBLE_SRC_DIR)/googlemaps ; \ + $(GIT) clone https://gitlab.com/marble-restricted-maps/googlemaps.git $(MARBLE_SRC_DIR)/googlemaps ; \ fi @$(ECHO) "Fetching googlemaps..." $(V1) ( $(CD) $(MARBLE_SRC_DIR)/googlemaps && $(GIT) fetch ; ) @@ -135,7 +135,7 @@ clone_marble: $(V1) if [ ! -d "$(MARBLE_SRC_DIR)/googlesat" ]; then \ $(ECHO) "Cloning googlesat to $(call toprel, $(MARBLE_SRC_DIR)/googlesat)" ; \ - $(GIT) clone https://gitorious.org/marble-restricted-maps/googlesat.git $(MARBLE_SRC_DIR)/googlesat ; \ + $(GIT) clone https://gitlab.com/marble-restricted-maps/googlesat.git $(MARBLE_SRC_DIR)/googlesat ; \ fi @$(ECHO) "Fetching googlesat..." $(V1) ( $(CD) $(MARBLE_SRC_DIR)/googlesat && $(GIT) fetch ; )