diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-04-27 11:25:28 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-04-27 11:43:08 -0700 |
commit | 93c472fdbf8db1badc7ab093fe198f944ceaf058 (patch) | |
tree | 454cde0c90350b063a3bb908f03e5cc8dc2a6f25 | |
parent | 122cc67f76886e1f996645cd402c0d473d85f408 (diff) |
Set all package bugreporting addresses to xcb@lists.freedesktop.org
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 90d75e4..75ff819 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.57) -AC_INIT([xcb-util],0.1,[jamey@minilop.net]) +AC_INIT([xcb-util],0.1,[xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |