lib/whimsy/asf/mail.rb in whimsy-asf-0.0.31 vs lib/whimsy/asf/mail.rb in whimsy-asf-0.0.32

- old
+ new

@@ -72,10 +72,10 @@ end end class Committee def mail_list - return 'hc' if name == 'httpcomponents' + return 'hc' if name.downcase == 'httpcomponents' name end end end