From: terry%netscape.com <> Date: Sun, 6 Sep 1998 22:03:41 +0000 (+0000) Subject: Chouck isn't here; fix owner of LibMocha. X-Git-Tag: bugzilla-1.3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ead4a88a31cc966e52f15d2c458ba67115f8e1b;p=thirdparty%2Fbugzilla.git Chouck isn't here; fix owner of LibMocha. --- diff --git a/makecomponenttable.sh b/makecomponenttable.sh index f64a4a1e68..2ae0aa3c40 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -61,7 +61,7 @@ insert into components (value, program, initialowner) values ("JavaScript", "Moz insert into components (value, program, initialowner) values ("JavaScript Debugger", "Mozilla", "jband@netscape.com"); insert into components (value, program, initialowner) values ("JavaScript/Java Reflection", "Mozilla", "fur@netscape.com"); insert into components (value, program, initialowner) values ("Layout", "Mozilla", "toshok@netscape.com"); -insert into components (value, program, initialowner) values ("LibMocha", "Mozilla", "chouck@netscape.com"); +insert into components (value, program, initialowner) values ("LibMocha", "Mozilla", "mlm@netscape.com"); insert into components (value, program, initialowner) values ("MIMELib", "Mozilla", "terry@mozilla.org"); insert into components (value, program, initialowner) values ("NetLib", "Mozilla", "gagan@netscape.com"); insert into components (value, program, initialowner) values ("NSPR", "Mozilla", "wtc@netscape.com");