From: Eric Haszlakiewicz Date: Sun, 1 Apr 2012 04:17:31 +0000 (-0500) Subject: Direct people to send bug reports to the json-c google group. X-Git-Tag: json-c-0.11-20130402~59^2~6 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b5929bb13eb2086466a8dfa5266ad5d6ff8c9d6;p=thirdparty%2Fjson-c.git Direct people to send bug reports to the json-c google group. --- diff --git a/config.h.win32 b/config.h.win32 index 7f7e6aee..ec3a84aa 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 7334319e..49b31953 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)