aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-05-22 10:43:34 +0800
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-05-22 10:33:46 +0200
commit5752285bc55c00ddcba45c0168eef0cb0238a3a7 (patch)
tree6aeea6a3e0e0324da638a62490f7ec9269e6e7ea /configure.ac
parentb75e23143b1d8733a0fdf155f431dcea8146296c (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3b2f3801..876f7d41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)