summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control2
-rw-r--r--docs/TODO2
-rwxr-xr-xexamples/cron/snapshots.sh4
-rwxr-xr-xfunctions/defaults.sh2
4 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 821ebe5..a2df39a 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)
diff --git a/docs/TODO b/docs/TODO
index 88b3916..2b4056f 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -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 3a702c4..4c6290f 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 2f817a2..791cf3c 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}" ]