mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-18 20:21:36 +00:00
exclude duplicate author
This commit is contained in:
parent
4ed7b741aa
commit
5379416bb2
@ -10,6 +10,7 @@ while (<>) {
|
||||
next if /<support\@greenkeeper.io>/;
|
||||
next if /<yoann\@atacma.agency>/;
|
||||
next if /<yciabaud\@users.noreply.github.com>/;
|
||||
next if /<diegorbaquero\@gmail.com>/;
|
||||
$seen{$_} = push @authors, "- ", $_;
|
||||
}
|
||||
END {
|
||||
|
Loading…
Reference in New Issue
Block a user