diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2017-08-29 14:12:33 +0200 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2017-08-29 14:12:33 +0200 |
commit | 3f909bf486c2303913e65b49c8d8aabb728c4bd6 (patch) | |
tree | 5e0804c7a28bfedaa038a1758ec1f8f5cf52f31c /functions/defaults.sh | |
parent | 2fe6afe46008c50ef7d3a9b505ca5cf28c355f3c (diff) | |
download | vyos-live-build-3f909bf486c2303913e65b49c8d8aabb728c4bd6.tar.gz vyos-live-build-3f909bf486c2303913e65b49c8d8aabb728c4bd6.zip |
Drop all references to live-systems.org and update copyright file
Also fix the version string in the manual pages.
Closes: #859290
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |