aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-03-26 16:37:37 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-03-26 16:37:37 +0200
commit38dafe52410b21d823201d186ecc717b97b3a678 (patch)
tree6a54c40d7337f564b951586afa1838ad100d6713 /configure.ac
parente68510cf3ab2cdc7276c1c857d9a44dd28ebc20a (diff)
misc: Fix the email address in the configure.ac
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 89390b0..98a6b1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script
AC_INIT([libosmo-sccp],
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)