aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-03-26 16:36:21 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-03-26 16:36:57 +0200
commit584672e8f4f009b7050e7617835cdcfcf525daf5 (patch)
treea779fc502fc9f6d6cd2100be5d2bc5d4566c8980
parent36a85a41b01d80fc52ecd5793a4366d087d43b77 (diff)
misc: Fix the email address in the configure.acv0.1.2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 83bb05b..f90da49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT([libosmo-abis],
m4_esyscmd([./git-version-gen .tarball-version]),
- [openbsc-devel@lists.openbsc.org])
+ [openbsc@lists.osmocom.org])
AM_INIT_AUTOMAKE([dist-bzip2])