diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/OBS/make-package.sh | 2 | ||||
-rw-r--r-- | packaging/ubuntu/make-package.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/OBS/make-package.sh b/packaging/OBS/make-package.sh index 6c3ccaf35..ac33f9e58 100644 --- a/packaging/OBS/make-package.sh +++ b/packaging/OBS/make-package.sh @@ -9,7 +9,7 @@ if [[ $(pwd | grep "subsurface$") || ! -d subsurface || ! -d subsurface/libdivec exit 1; fi if [[ ! -d googlemaps ]] ; then - echo "Please make sure you have the current master of git://github.com/Subsurface-divelog/googlemaps" + echo "Please make sure you have the current master of git://github.com/Subsurface/googlemaps" echo "checked out in parallel to the Subsurface directory" exit 1; fi diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index 386c0f91b..3fe5d0962 100644 --- a/packaging/ubuntu/make-package.sh +++ b/packaging/ubuntu/make-package.sh @@ -12,7 +12,7 @@ if [[ $(pwd | grep "subsurface$") || ! -d subsurface || ! -d subsurface/libdivec exit 1; fi if [[ ! -d googlemaps ]] ; then - echo "Please make sure you have the current master of git://github.com/Subsurface-divelog/googlemaps" + echo "Please make sure you have the current master of git://github.com/Subsurface/googlemaps" echo "checked out in parallel to the Subsurface directory" exit 1; fi |