From 5c26e732265c4d50cff5f99a23eac8a3054d5384 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 28 Aug 2008 20:40:17 +0200 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3