Update update-authors.sh

This commit is contained in:
Diego Rodríguez Baquero 2017-03-08 12:37:03 -05:00 committed by GitHub
parent 862180d88f
commit 386f4b02d7

View File

@ -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 {