Updated git url to point to new upstream location.

This commit is contained in:
Matthew
2010-10-05 17:22:55 +13:00
committed by Paul Chote
parent 4bcdf3cf11
commit 7cb8da411d

View File

@@ -17,7 +17,7 @@ TAG=$1
VERSION=`echo $TAG | grep -o "[0-9]\\+-\\?[0-9]\\?"`
_gitroot="git://github.com/chrisforbes/OpenRA.git"
_gitroot="git://github.com/OpenRA/OpenRA.git"
_gitname="OpenRA"
if [ -z $VERSION ]; then