diff --git a/AUTHORS.md b/AUTHORS.md index ec051461..0d53e65f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -11,5 +11,12 @@ - Dan Flettre - Liam Gray - grunjol +- Rémi Jouannet +- Evan Miller +- Alex +- Diego Rodríguez Baquero +- Karlo Luis Martinez Martos +- gabriel +- Rolando Guedes #### Generated by bin/update-authors.sh. diff --git a/bin/update-authors.sh b/bin/update-authors.sh index 8d185c88..fc91fa1c 100755 --- a/bin/update-authors.sh +++ b/bin/update-authors.sh @@ -11,6 +11,8 @@ while (<>) { next if //; next if //; next if //; + next if //; + next if //; $seen{$_} = push @authors, "- ", $_; } END {