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, "- ", $_;