Skip to content

Commit

Permalink
Merge pull request #834 from feross/update-email
Browse files Browse the repository at this point in the history
update email
  • Loading branch information
Flet authored Apr 4, 2017
2 parents 4a60871 + fc33910 commit df430c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- Feross Aboukhadijeh (feross@feross.org)
- Jonny Buchanan (jonathan.buchanan@gmail.com)
- Dan Flettre (fletd01@yahoo.com)
- Dan Flettre (flettre@gmail.com)
- Brandon Horst (brandonhorst@gmail.com)
- Yoshua Wuyts (yoshuawuyts@gmail.com)
- Alexander Gugel (alexander.gugel@gmail.com)
Expand Down
2 changes: 2 additions & 0 deletions bin/update-authors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ BEGIN {
%seen = (), @authors = ();
}
while (<>) {
s/fletd01\@yahoo.com/flettre\@gmail.com/;
next if $seen{$_};
next if /(support\@greenkeeper.io)/;
next if /(nate\@ngoldman.me)/;
Expand Down

0 comments on commit df430c9

Please sign in to comment.