diff --git a/util/build-w32.sh b/update git url to point to gitlab instead of gitorious similarity index 97% rename from util/build-w32.sh rename to update git url to point to gitlab instead of gitorious index caa6d5c..3780cee 100755 --- a/util/build-w32.sh +++ b/update git url to point to gitlab instead of gitorious @@ -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