mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Build script: use mirror on our git server
gitorious is going away and the project doesn't appear to have migrated anywhere, yet. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
97e70a9c0e
commit
4fc4bbd9bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue