From 5ec18313a17c3a3d4f5b9be4ff6c7388950f5ad7 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 16:07:29 +0100
Subject: [PATCH 02/15] build: Add project mailing list to configure contact
 address
Status: obsolete

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index f565c48..a51af86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(neard, 0.9)
+AC_INIT(neard, 0.9, [linux-nfc@lists.01.org])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AC_CONFIG_HEADERS(config.h)
-- 
1.8.2.rc2

