From 5eb75d02502c29f2c0aa77feeb612a25cb142e7a Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 2 Jun 2016 13:48:07 -0700 Subject: [PATCH] authors --- AUTHORS.md | 3 ++- bin/update-authors.sh | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index e761bb11..5690462c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -10,7 +10,7 @@ - Romain Beaumont - Dan Flettre - Liam Gray -- grunjol +- grunjol - Rémi Jouannet - Evan Miller - Alex @@ -21,5 +21,6 @@ - Benjamin Tan - Mathias Rasmussen - Sergey Bargamon +- Thomas Watson Steen #### Generated by bin/update-authors.sh. diff --git a/bin/update-authors.sh b/bin/update-authors.sh index fc91fa1c..a6a6daac 100755 --- a/bin/update-authors.sh +++ b/bin/update-authors.sh @@ -10,7 +10,6 @@ while (<>) { next if $seen{$_}; next if //; next if //; - next if //; next if //; next if //; $seen{$_} = push @authors, "- ", $_;