From 0e6b4ff80b6506c71150290397550a7e458385a2 Mon Sep 17 00:00:00 2001 From: neoh4x0r Date: Sun, 7 May 2017 12:24:13 +0000 Subject: [PATCH] util/build-w32.sh - update git url --- util/{build-w32.sh => build-w32.sh - update git url} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename util/{build-w32.sh => build-w32.sh - update git url} (97%) diff --git a/util/build-w32.sh b/util/build-w32.sh - update git url similarity index 97% rename from util/build-w32.sh rename to util/build-w32.sh - update git url index caa6d5c..3780cee 100755 --- a/util/build-w32.sh +++ b/util/build-w32.sh - update git url @@ -46,7 +46,7 @@ cd $DIR # Get the minetest-classic source if [ ! -e voxelands ]; then - git clone git://gitorious.org/minetest-classic/minetest-classic.git voxelands + git clone https://gitlab.com/voxelands/voxelands.git voxelands else cd voxelands && git reset --hard cd $DIR