diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index f60d7045b..fd62d2c1f 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -129,7 +129,7 @@ if [ ! -d libdivecomputer ] ; then if [[ $1 = local ]] ; then git clone $SRC/../libdivecomputer libdivecomputer else - git clone -b Subsurface-branch git://subsurface-divelog.org/libdc libdivecomputer + git clone -b Subsurface-branch git://github.com/Subsurface-divelog/libdc.git libdivecomputer fi fi cd libdivecomputer |