This commit is contained in:
Feross Aboukhadijeh
2016-05-13 22:01:00 -07:00
parent deb111bf62
commit 803820dfca
2 changed files with 9 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ while (<>) {
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, "- ", $_;
}
END {