aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-08-28 20:40:17 +0200
committerMax Kellermann <max@duempel.org>2008-08-28 20:40:17 +0200
commit5c26e732265c4d50cff5f99a23eac8a3054d5384 (patch)
treec9c8e22522a35b30c9c1278075aab0aead08aa62 /configure.ac
parent08c9de7b68c8677415ca7b4b60f9a1a16c275ab6 (diff)
Point the contact email to musicpd-dev-team
Warren hasn't been active in development in a while and probably doesn't have much time to answer user questions. So point the mailing contact to the public mailing lists where any developer can see and answer.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6ea93089..5630fe65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl AC_INIT(src/main.c)
dnl AM_INIT_AUTOMAKE(mpd, 0.14.0)
AC_PREREQ(2.60)
-AC_INIT(mpd, 0.14.0, warren.dukes@gmail.com)
+AC_INIT(mpd, 0.14.0, musicpd-dev-team@lists.sourceforge.net)
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
AC_SUBST(MPD_LIBS)