From 09ab09b092fd475080bdc0325ac0d988287db681 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Tue, 1 Sep 1998 11:58:10 +0000 Subject: Oh, gee, djw doesn't work here anymore, and doesn't own the Layout module anymore. Whoops. I gotta make all our "lists of owners" sync'd together... --- makecomponenttable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makecomponenttable.sh') diff --git a/makecomponenttable.sh b/makecomponenttable.sh index a0030be6f..d2f2c6875 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -60,7 +60,7 @@ insert into components (value, program, initialowner) values ("Java Stubs", "Moz insert into components (value, program, initialowner) values ("JavaScript", "Mozilla", "mccabe@netscape.com"); 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", "djw@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 ("MIMELib", "Mozilla", "terry@mozilla.org"); insert into components (value, program, initialowner) values ("NetLib", "Mozilla", "gagan@netscape.com"); -- cgit v1.2.3-24-g4f1b