util/build-w32.sh - update git url

This commit is contained in:
neoh4x0r 2017-05-07 12:24:13 +00:00 committed by darkrose
parent 5af3126696
commit 0e6b4ff80b
1 changed files with 1 additions and 1 deletions

View File

@ -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