diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/developer.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b176aeedd..fc94f4c1e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.18.8, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.18.8, mpd-devel@musicpd.org) VERSION_MAJOR=0 VERSION_MINOR=18 diff --git a/doc/developer.xml b/doc/developer.xml index e9022172c..729e6a513 100644 --- a/doc/developer.xml +++ b/doc/developer.xml @@ -155,7 +155,7 @@ foo(const char *abc, int xyz) <para> Send your patches to the mailing list: - musicpd-dev-team@lists.sourceforge.net + mpd-devel@musicpd.org </para> </chapter> </book> |