summaryrefslogtreecommitdiffstats
path: root/packaging/ubuntu/make-package.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-26 16:36:27 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-26 16:36:30 -0700
commitda953fa18a954379cc52fec85b2f30fa368aa940 (patch)
tree415dfe229b6e15c9ce5eb1d85cfb1c3d2759320c /packaging/ubuntu/make-package.sh
parent2021035cfcee08ec4c6f9d16683db8ce400bef30 (diff)
downloadsubsurface-da953fa18a954379cc52fec85b2f30fa368aa940.tar.gz
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 <dirk@hohndel.org>
Diffstat (limited to 'packaging/ubuntu/make-package.sh')
-rw-r--r--packaging/ubuntu/make-package.sh2
1 files changed, 1 insertions, 1 deletions
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