mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-14 11:26:25 +00:00
commit
f5a32ff13d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user