From e60e133e76736c0f44a7fe0374ec44044db8cc45 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 9 Jun 2015 16:09:30 -0700 Subject: Build script: switch to working URL for grantlee Signed-off-by: Dirk Hohndel --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index f51314a5f..89c682b6d 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 git://gitorious.org/grantlee/grantlee + git clone https://gitorious.org/grantlee/grantlee.git fi fi cd grantlee -- cgit v1.2.3-70-g09d2