forked from oerkki/voxelands
update git url to point to gitlab instead of gitorious
This commit is contained in:
parent
794c5e4b48
commit
4207d60d29
|
@ -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
|
Loading…
Reference in New Issue