diff --git a/update git url to point to gitlab instead of gitorious b/util/build-w32.sh similarity index 97% rename from update git url to point to gitlab instead of gitorious rename to util/build-w32.sh index 3780cee..caa6d5c 100755 --- a/update git url to point to gitlab instead of gitorious +++ b/util/build-w32.sh @@ -46,7 +46,7 @@ cd $DIR # Get the minetest-classic source if [ ! -e voxelands ]; then - git clone https://gitlab.com/voxelands/voxelands.git voxelands + git clone git://gitorious.org/minetest-classic/minetest-classic.git voxelands else cd voxelands && git reset --hard cd $DIR