Merge pull request #217 from feross/fix-emails

Update ignore emails
This commit is contained in:
Feross Aboukhadijeh 2017-03-08 15:05:34 -08:00 committed by GitHub
commit f5a32ff13d

View File

@ -10,7 +10,8 @@ while (<>) {
next if /(support\@greenkeeper.io)/;
next if /(yoann\@atacma.agency)/;
next if /(yciabaud\@users.noreply.github.com)/;
next if /(diegorbaquero\@gmail.com)/;
next if /(DiegoRBaquero\@users.noreply.github.com)/;
next if /(gustavcaplan\@gmail.com)/;
$seen{$_} = push @authors, "- ", $_;
}
END {