From da953fa18a954379cc52fec85b2f30fa368aa940 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 26 Apr 2020 16:36:27 -0700 Subject: move GitHub url to the Subsurface org Instead of using the Subsurface-divelog user on GitHub, we now use an org that was generously donated to us. Signed-off-by: Dirk Hohndel --- packaging/OBS/make-package.sh | 2 +- packaging/ubuntu/make-package.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging') 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 -- cgit v1.2.3-70-g09d2