misc: Update the email address to point to the current ML

We have unified all PS related communication to the
osmocom-net-gprs mailinglist, update configure.ac to
point there.
This commit is contained in:
Holger Hans Peter Freyther 2015-05-22 10:43:34 +08:00 committed by Jacob Erlbeck
parent b75e23143b
commit 5752285bc5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script
AC_INIT([osmo-pcu],
m4_esyscmd([./git-version-gen .tarball-version]),
[osmocom-pcu@lists.osmocom.org])
[osmocom-net-gprs@lists.osmocom.org])
AM_INIT_AUTOMAKE([dist-bzip2])
AC_CONFIG_TESTDIR(tests)