diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-02-29 22:36:02 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-02-29 22:36:02 +0100 |
commit | bd9b4e99a6f4640c155468aea101db32ba9559b8 (patch) | |
tree | 213c1ed0f652992926fbabd54d9d3f4a31c1b5c1 /extensions/BMO/lib | |
parent | 67e2055776d64e7f6b2f34bb3f317da8dc15fcb0 (diff) | |
download | bugzilla-bd9b4e99a6f4640c155468aea101db32ba9559b8.tar.gz bugzilla-bd9b4e99a6f4640c155468aea101db32ba9559b8.tar.xz |
Bug 684974 - create new group: mozilla-services-security and use that for the Mozilla Services sec bug group
Diffstat (limited to 'extensions/BMO/lib')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 25b87ea9e..1a7174cf1 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -277,7 +277,7 @@ our %product_sec_groups = ( "Marketing" => 'marketing-private', "addons.mozilla.org" => 'client-services-security', "AUS" => 'client-services-security', - "Mozilla Services" => 'client-services-security', + "Mozilla Services" => 'mozilla-services-security', "Mozilla Corporation" => 'mozilla-corporation-confidential', "Mozilla Metrics" => 'metrics-private', "Legal" => 'legal', |