summaryrefslogtreecommitdiffstats
path: root/makecomponenttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-09-01 13:58:10 +0200
committerterry%netscape.com <>1998-09-01 13:58:10 +0200
commit09ab09b092fd475080bdc0325ac0d988287db681 (patch)
tree4b085413dbf59b193dd4ee07076d85783c8f9c22 /makecomponenttable.sh
parent13467582f046f0fe45b76196d58840b6288387c9 (diff)
downloadbugzilla-09ab09b092fd475080bdc0325ac0d988287db681.tar.gz
bugzilla-09ab09b092fd475080bdc0325ac0d988287db681.tar.xz
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...
Diffstat (limited to 'makecomponenttable.sh')
-rwxr-xr-xmakecomponenttable.sh2
1 files changed, 1 insertions, 1 deletions
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");