summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-03-26 16:38:28 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-03-26 16:39:01 +0200
commit20616fe31684f60a69e0f4ad0c0351d2064df563 (patch)
tree952e963d93d07a9b9bd69275e8ab9a248ca5014f
parent44c1119d0d7ab7393871209dbbc4ba5f9f7904b7 (diff)
misc: Fix the email address in the configure.ac
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 88271c8..1658b3d 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-tcap],
m4_esyscmd([./git-version-gen .tarball-version]),
- [openbsc-devel@lists.openbsc.org])
+ [openbsc@lists.osmocom.org])
AM_INIT_AUTOMAKE([dist-bzip2])