mirror of
https://github.com/logos-storage/bittorrent-tracker.git
synced 2026-01-03 21:43:12 +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…
x
Reference in New Issue
Block a user