From 4655af9874de61ced87967a4af7f93fe1447f9bd Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 16 Mar 2016 15:26:48 -0700 Subject: update authors --- bin/update-authors.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/update-authors.sh b/bin/update-authors.sh index 3d3410e..dbc1164 100755 --- a/bin/update-authors.sh +++ b/bin/update-authors.sh @@ -10,13 +10,14 @@ while (<>) { next if //; next if //; next if //; - next if /<.*\@users.noreply.github.com>/; + next if //; + next if //; $seen{$_} = push @authors, "- ", $_; } END { print "# Authors\n\n"; print "#### Ordered by first contribution.\n\n"; print @authors, "\n"; - print "#### Generated by bin/update-authors.sh.\n\n"; + print "#### Generated by bin/update-authors.sh.\n"; } ' > AUTHORS.md -- cgit v1.2.3