AUTHORS.md: exclude duplicate author
This commit is contained in:
parent
475ef8c6d0
commit
7f7a395d67
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ while (<>) {
|
|||
next if $seen{$_};
|
||||
next if /<support\@greenkeeper.io>/;
|
||||
next if /<ungoldman\@gmail.com>/;
|
||||
next if /<grunjol\@users.noreply.github.com>/;
|
||||
$seen{$_} = push @authors, "- ", $_;
|
||||
}
|
||||
END {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue