From d6f2658268dd67a9e315a79170394fb4ce42e1cb Mon Sep 17 00:00:00 2001 From: Stefan Fuchs Date: Sat, 15 Apr 2017 12:25:17 +0200 Subject: Change git clone remote for grantlee to Github steveire/grantlee Change source for grantlee in build.sh to Github steveire/grantlee Signed-off-by: Stefan Fuchs --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build.sh b/scripts/build.sh index 3f0e637ca..5a95d319c 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -222,7 +222,7 @@ if [ "$BUILDGRANTLEE" = "1" ] ; then if [[ $1 = local ]] ; then git clone $SRC/../grantlee grantlee else - git clone git://subsurface-divelog.org/grantlee + git clone git://github.com/steveire/grantlee.git fi fi cd grantlee -- cgit v1.2.3-70-g09d2