Change remotes for git clone for libdc, marble and Subsurface to Github

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2017-04-15 12:22:30 +02:00 committed by Dirk Hohndel
parent a19f9c22ce
commit d661189b54
3 changed files with 3 additions and 3 deletions

View file

@ -162,7 +162,7 @@ if [ $BUILDMARBLE = 1 ]; then
if [[ $1 = local ]] ; then
git clone $SRC/../marble-source marble-source
else
git clone -b Subsurface-branch git://subsurface-divelog.org/marble marble-source
git clone -b Subsurface-branch git://github.com/Subsurface-divelog/marble.git marble-source
fi
fi
cd marble-source