aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-15 12:26:16 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-15 12:26:54 +0200
commit47d8f02c068a8ea859630df4b4fd06792b4fd6ef (patch)
treebfc4fff7d1ca893d8102b01e4aeeea3fc868a4e8 /openbsc/configure.ac
parent543e11496e1499f0e2455d3d0d95a9f07e5135df (diff)
misc: Use the right mailinglist address for OpenBSC
Diffstat (limited to 'openbsc/configure.ac')
-rw-r--r--openbsc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 978f52660..5eb8bf9c2 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script
AC_INIT([openbsc],
m4_esyscmd([./git-version-gen .tarball-version]),
- [openbsc-devel@lists.openbsc.org])
+ [openbsc@lists.osmocom.org])
AM_INIT_AUTOMAKE([dist-bzip2])
AC_CONFIG_TESTDIR(tests)