Skip to content

Commit df430c9

Browse files
authored
Merge pull request #834 from feross/update-email
update email
2 parents 4a60871 + fc33910 commit df430c9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Feross Aboukhadijeh ([email protected])
66
- Jonny Buchanan ([email protected])
7-
- Dan Flettre (fletd01@yahoo.com)
7+
- Dan Flettre (flettre@gmail.com)
88
- Brandon Horst ([email protected])
99
- Yoshua Wuyts ([email protected])
1010
- Alexander Gugel ([email protected])

bin/update-authors.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ BEGIN {
66
%seen = (), @authors = ();
77
}
88
while (<>) {
9+
s/fletd01\@yahoo.com/flettre\@gmail.com/;
10+
911
next if $seen{$_};
1012
next if /(support\@greenkeeper.io)/;
1113
next if /(nate\@ngoldman.me)/;

0 commit comments

Comments
 (0)