From: Nicholas Nethercote Date: Tue, 29 Apr 2003 15:52:33 +0000 (+0000) Subject: Send bug reports to Jeremy F, not me (njn). X-Git-Tag: svn/VALGRIND_2_0_0~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d4e9e253fdc106bd10c3616bf260537cf60b3f9;p=thirdparty%2Fvalgrind.git Send bug reports to Jeremy F, not me (njn). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1573 --- diff --git a/helgrind/hg_main.c b/helgrind/hg_main.c index e85d15f08f..dc887f57ad 100644 --- a/helgrind/hg_main.c +++ b/helgrind/hg_main.c @@ -3235,7 +3235,7 @@ void SK_(pre_clo_init)(void) VG_(details_description) ("a data race detector"); VG_(details_copyright_author)( "Copyright (C) 2002-2003, and GNU GPL'd, by Nicholas Nethercote."); - VG_(details_bug_reports_to) ("njn25@cam.ac.uk"); + VG_(details_bug_reports_to) ("jeremy@goop.org"); VG_(details_avg_translation_sizeB) ( 115 ); VG_(needs_core_errors)();