This commit is contained in:
Feross Aboukhadijeh
2016-06-02 13:48:07 -07:00
parent b577e08053
commit 5eb75d0250
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ while (<>) {
next if $seen{$_};
next if /<support\@greenkeeper.io>/;
next if /<ungoldman\@gmail.com>/;
next if /<grunjol\@users.noreply.github.com>/;
next if /<dc\@DCs-MacBook.local>/;
next if /<rolandoguedes\@gmail.com>/;
$seen{$_} = push @authors, "- ", $_;