From 3f909bf486c2303913e65b49c8d8aabb728c4bd6 Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Tue, 29 Aug 2017 14:12:33 +0200 Subject: Drop all references to live-systems.org and update copyright file Also fix the version string in the manual pages. Closes: #859290 --- functions/defaults.sh | 4 ++-- functions/help.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index 8ee4f6c84..dc6020758 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -651,7 +651,7 @@ Set_defaults () esac # Set iso preparer - LB_ISO_PREPARER="${LB_ISO_PREPARER:-live-build \$VERSION; http://live-systems.org/devel/live-build}" + LB_ISO_PREPARER="${LB_ISO_PREPARER:-live-build \$VERSION; https://debian-live.alioth.debian.org/devel/live-build}" # Set iso publisher case "${LB_MODE}" in @@ -660,7 +660,7 @@ Set_defaults () ;; *) - LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Live Systems project; http://live-systems.org/; debian-live@lists.debian.org}" + LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Live Systems project; https://debian-live.alioth.debian.org/; debian-live@lists.debian.org}" ;; esac diff --git a/functions/help.sh b/functions/help.sh index cd9344bad..f48d2a985 100755 --- a/functions/help.sh +++ b/functions/help.sh @@ -31,6 +31,6 @@ Help () echo fi - Echo "Report bugs to the Live Systems project ." + Echo "Report bugs to the Live Systems project ." exit 0 } -- cgit v1.2.3