diff --git a/scripts/build.sh b/scripts/build.sh index 89c682b6d..7b54beaee 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -159,7 +159,7 @@ if [ ! -d grantlee ] ; then if [[ $1 = local ]] ; then git clone $SRC/../grantlee grantlee else - git clone https://gitorious.org/grantlee/grantlee.git + git clone git://subsurface-divelog.org/grantlee fi fi cd grantlee