update git url to point to gitlab instead of gitorious

This commit is contained in:
neoh4x0r 2017-05-07 11:43:43 +00:00 committed by darkrose
parent 794c5e4b48
commit 4207d60d29
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