diff options
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | docs/TODO | 2 | ||||
-rwxr-xr-x | examples/cron/snapshots.sh | 4 | ||||
-rwxr-xr-x | functions/defaults.sh | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 821ebe524..a2df39a77 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: live-helper Section: misc Priority: optional -Maintainer: Debian Live <debian-live-maint@lists.alioth.debian.org> +Maintainer: Debian Live <debian-live@lists.debian.org> Uploaders: Daniel Baumann <daniel@debian.org> Build-Depends: debhelper (>= 5) Build-Depends-Indep: gettext (>= 0.13) @@ -2,7 +2,7 @@ TODO list for live-helper ------------------------- This file lists only outstanding tasks. Any additions/comments/questions and -help is welcome. Write to <debian-live-devel@lists.alioth.debian.org>. +help is welcome. Write to <debian-live@lists.debian.org>. ALPHA series: diff --git a/examples/cron/snapshots.sh b/examples/cron/snapshots.sh index 3a702c4a8..4c6290fde 100755 --- a/examples/cron/snapshots.sh +++ b/examples/cron/snapshots.sh @@ -8,8 +8,8 @@ else PACKAGES="live-helper live-initramfs live-initscripts live-webhelper live-magic debian-unofficial-archive-keyring" fi -DEBEMAIL="debian-live-devel@lists.alioth.debian.org" -EMAIL="debian-live-devel@lists.alioth.debian.org" +DEBEMAIL="debian-live@lists.debian.org" +EMAIL="debian-live@lists.debian.org" DEBFULLNAME="Debian Live Autobuilder" NAME="Debian Live Autobuilder" KEY="FDB8D39A" diff --git a/functions/defaults.sh b/functions/defaults.sh index 2f817a2c4..791cf3c95 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -622,7 +622,7 @@ Set_defaults () LH_ISO_PREPARER="${LH_ISO_PREPARER:-live-helper \$VERSION; http://packages.qa.debian.org/live-helper}" # Set iso publisher - LH_ISO_PUBLISHER="${LH_ISO_PUBLISHER:-Debian Live project; http://debian-live.alioth.debian.org/; debian-live-devel@lists.alioth.debian.org}" + LH_ISO_PUBLISHER="${LH_ISO_PUBLISHER:-Debian Live project; http://debian-live.alioth.debian.org/; debian-live@lists.debian.org}" # Setting iso volume if [ -z "${LH_ISO_VOLUME}" ] |