This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit 00d8c5d473beae972138e6c1b3bac2633b6ea342 Author: Sebb <[email protected]> AuthorDate: Fri Apr 12 10:39:47 2019 +0100 Hack to fix DP lists --- www/roster/models/nonpmc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/roster/models/nonpmc.rb b/www/roster/models/nonpmc.rb index 8453fcb..6b7776c 100644 --- a/www/roster/models/nonpmc.rb +++ b/www/roster/models/nonpmc.rb @@ -8,7 +8,7 @@ class NonPMC committers = cttee.committers # Hack to fix unusual mail_list values e.g. [email protected] mail_list = cttee.mail_list.sub(/@.*/,'') - mail_list = 'legal' if mail_list =~ /^legal-/ + mail_list = 'legal' if mail_list =~ /^legal-/ unless cttee.name == 'dataprivacy' mail_list = 'fundraising' if mail_list =~ /^fundraising-/ ASF::Committee.load_committee_info
