diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-08-28 20:40:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-28 20:40:17 +0200 |
commit | 5c26e732265c4d50cff5f99a23eac8a3054d5384 (patch) | |
tree | c9c8e22522a35b30c9c1278075aab0aead08aa62 | |
parent | 08c9de7b68c8677415ca7b4b60f9a1a16c275ab6 (diff) | |
download | mpd-5c26e732265c4d50cff5f99a23eac8a3054d5384.tar.gz mpd-5c26e732265c4d50cff5f99a23eac8a3054d5384.tar.xz mpd-5c26e732265c4d50cff5f99a23eac8a3054d5384.zip |
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 '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6ea93089f..5630fe650 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) |