summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2012-03-31 23:17:31 -0500
committerEric Haszlakiewicz <erh+git@nimenees.com>2012-03-31 23:17:31 -0500
commit781798ccdfbe56abd5046d3978e29adf10c74c23 (patch)
tree59b711582992e52d4c7d58cfc7c79022a7a9b5cb
parentfbd207bd6bf0b8effcda084ca027de2be97aef83 (diff)
downloadjson-c-781798ccdfbe56abd5046d3978e29adf10c74c23.tar.gz
Direct people to send bug reports to the json-c google group.
-rw-r--r--config.h.win322
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.h.win32 b/config.h.win32
index 7f7e6ae..ec3a84a 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -12,7 +12,7 @@
/* config.h.win32 Generated by configure. */
#define PACKAGE_STRING "JSON C Library 0.2"
-#define PACKAGE_BUGREPORT "michael@metaparadigm.com"
+#define PACKAGE_BUGREPORT "json-c@googlegroups.com"
#define PACKAGE_NAME "JSON C Library"
#define PACKAGE_TARNAME "json-c"
#define PACKAGE_VERSION "0.2"
diff --git a/configure.in b/configure.in
index 7334319..49b3195 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_PREREQ(2.52)
# Process this file with autoconf to produce a configure script.
-AC_INIT([json-c], 0.10, [michael@metaparadigm.com])
+AC_INIT([json-c], 0.10, [json-c@googlegroups.com])
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)