diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-03-26 16:34:37 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-03-26 16:35:32 +0200 |
commit | 8db7020c88480cc586b0379df9753d16e5f99a27 (patch) | |
tree | 3e118fe3bd6ba24f9d3e2ae23d3e19b84405df4e /configure.ac | |
parent | cebf3f0d3c57496bf1ffd679c6717c5079e33613 (diff) |
misc: Fix the mail email address in the configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ec79a923..0fea115f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT([libosmocore], 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) |