From 386f4b02d7006598cfe88f0e2bc2b086d4d756e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rodr=C3=ADguez=20Baquero?= Date: Wed, 8 Mar 2017 12:37:03 -0500 Subject: [PATCH] Update update-authors.sh --- bin/update-authors.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {