diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-08-19 06:34:57 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-08-19 06:34:57 +0000 |
commit | 5a0216af3dc7c9dedc4dacb708191f0fd380bb73 (patch) | |
tree | 661bb1b6917f64489e24dd45d5b567a861afaf34 | |
parent | f9f70860622613686e6ac0bf7ebd448f437d92a7 (diff) | |
download | mpd-5a0216af3dc7c9dedc4dacb708191f0fd380bb73.tar.gz mpd-5a0216af3dc7c9dedc4dacb708191f0fd380bb73.tar.xz mpd-5a0216af3dc7c9dedc4dacb708191f0fd380bb73.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.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d48a237bc..6067bc480 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) |