Skip to content

Commit f5a32ff

Browse files
authored
Merge pull request webtorrent#217 from feross/fix-emails
Update ignore emails
2 parents 862180d + 386f4b0 commit f5a32ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/update-authors.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ while (<>) {
1010
next if /(support\@greenkeeper.io)/;
1111
next if /(yoann\@atacma.agency)/;
1212
next if /(yciabaud\@users.noreply.github.com)/;
13-
next if /(diegorbaquero\@gmail.com)/;
13+
next if /(DiegoRBaquero\@users.noreply.github.com)/;
14+
next if /(gustavcaplan\@gmail.com)/;
1415
$seen{$_} = push @authors, "- ", $_;
1516
}
1617
END {

0 commit comments

Comments
 (0)