aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-11-08 19:49:41 +0000
committerthestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-11-08 19:49:41 +0000
commit43e6db7e72dbc4bc162e7dbf1e2134429d8b5e3f (patch)
tree5fe5c28c6dddca45ffad5c41648aa37acb841e91 /configure.ac
parentDelete an old Makefile and fix lots of lint errors. (diff)
downloadbreakpad-43e6db7e72dbc4bc162e7dbf1e2134429d8b5e3f.tar.xz
Change the bug reporting email address.
Review URL: http://breakpad.appspot.com/226001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@728 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1b30b062..8379a50e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@
AC_PREREQ(2.57)
-AC_INIT(breakpad, 0.1, opensource@google.com)
+AC_INIT(breakpad, 0.1, google-breakpad-dev@googlegroups.com)
dnl Sanity check: the argument is just a file that should exist.
AC_CONFIG_SRCDIR(README)
AC_CONFIG_AUX_DIR(autotools)