diff options
author | Roland Clobus <rclobus@rclobus.nl> | 2019-04-17 21:29:34 +0200 |
---|---|---|
committer | Roland Clobus <rclobus@rclobus.nl> | 2019-04-17 21:29:34 +0200 |
commit | c035b3f10662b75abd7e24c13f2528b16c781f25 (patch) | |
tree | bb0b59ffb493e64e40dd15b5fa1949feefec066e /functions | |
parent | f460533ca13df798ff4f64e6e121275c670fab47 (diff) | |
download | vyos-live-build-c035b3f10662b75abd7e24c13f2528b16c781f25.tar.gz vyos-live-build-c035b3f10662b75abd7e24c13f2528b16c781f25.zip |
Updated URL in the LB_ISO_PUBLISHER field.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 116239664..7d7faec76 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -668,7 +668,7 @@ Set_defaults () ;; *) - LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Live Systems project; https://debian-live.alioth.debian.org/; debian-live@lists.debian.org}" + LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Live Systems project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org}" ;; esac |