From: Josh Triplett Date: Thu, 27 Apr 2006 18:25:28 +0000 (-0700) Subject: Set all package bugreporting addresses to xcb@lists.freedesktop.org X-Git-Tag: 0.1~12 X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac2fd22c4b70c6cfe03a057d75c360ab47f01223;p=free-sw%2Fxcb%2Fdemo Set all package bugreporting addresses to xcb@lists.freedesktop.org --- diff --git a/configure.ac b/configure.ac index 69fbe55..35f9584 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.57) -AC_INIT([xcb-demo],0.8,[jamey@minilop.net]) +AC_INIT([xcb-demo],0.8,[xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_CONFIG_HEADER(config.h)