Commit 1a6074ed7208f8acabf6d2ab8c5c51aea3c4d74d:
Merge pull request #2 from brettporter/asf-chair-email
use @apache.org address for chairs
Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>
------------------------------------------------------------
lib/whimsy/asf/agenda/attachments.rb | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------
diff --git a/lib/whimsy/asf/agenda/attachments.rb
b/lib/whimsy/asf/agenda/attachments.rb
index e6aca92..579f874 100644
--- a/lib/whimsy/asf/agenda/attachments.rb
+++ b/lib/whimsy/asf/agenda/attachments.rb
@@ -35,7 +35,7 @@ class ASF::Board::Agenda
unless @quick
begin
committee = ASF::Committee.find(attrs['title'])
- attrs['chair_email'] = committee.chair.mail.first
+ attrs['chair_email'] = "#{committee.chair.id}@apache.org"
attrs['mail_list'] = committee.mail_list
attrs.delete('mail_list') if attrs['mail_list'].include? ' '