summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh4
-rwxr-xr-xfunctions/help.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 23a3a31fe..a9af3b7ca 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -977,7 +977,7 @@ Set_defaults ()
esac
# Set iso preparer
- LB_ISO_PREPARER="${LB_ISO_PREPARER:-live-build \$VERSION; http://packages.qa.debian.org/live-build}"
+ LB_ISO_PREPARER="${LB_ISO_PREPARER:-live-build \$VERSION; http://live-systems.org/devel/live-build}"
# Set iso publisher
case "${LB_MODE}" in
@@ -986,7 +986,7 @@ Set_defaults ()
;;
*)
- LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Debian Live project; http://live.debian.net/; debian-live@lists.debian.org}"
+ LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Live Systems project; http://live-systems.org/; debian-live@lists.debian.org}"
;;
esac
diff --git a/functions/help.sh b/functions/help.sh
index 7d41109e5..201eac4f2 100755
--- a/functions/help.sh
+++ b/functions/help.sh
@@ -31,6 +31,6 @@ Help ()
echo
fi
- Echo "Report bugs to Debian Live project <http://live.debian.net/>."
+ Echo "Report bugs to the Live Systems project <http://live-systems.org/>."
exit 0
}