diff --git a/bin/update-authors.sh b/bin/update-authors.sh index c7b8dbb..eba5211 100755 --- a/bin/update-authors.sh +++ b/bin/update-authors.sh @@ -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 {