aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-28 20:51:33 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-28 20:52:58 +0200
commit6bf97927f1415ec133fcb17e2c87c4436b9d890a (patch)
treed58717013cce451e4839b566e8a2da502d824e6c
parenta39dab4b7c4c2084a5e690c9bd8e2d9379d00273 (diff)
configure.ac: Fix Mailing list address
We've had openbsc.org ages ago but have moved everything to osmocom.org at some point in 2010/2011. This should have been updated back then Change-Id: I5da8e9fba8f15719414fa81e2a6211f906329c2e
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 80f1afdc..e3ea9caa 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-bts],
m4_esyscmd([./git-version-gen .tarball-version]),
- [openbsc-devel@lists.openbsc.org])
+ [openbsc@lists.osmocom.org])
dnl *This* is the root dir, even if an install-sh exists in ../ or ../../
AC_CONFIG_AUX_DIR([.])