diff --git a/AUTHORS.md b/AUTHORS.md index 1b9e5159..5385b294 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -10,7 +10,6 @@ - Romain Beaumont (romain.rom1@gmail.com) - Dan Flettre (fletd01@yahoo.com) - Liam Gray (liam.r.gray@gmail.com) -- grunjol (grunjol@users.noreply.github.com) - Rémi Jouannet (remijouannet@users.noreply.github.com) - Evan Miller (miller.evan815@gmail.com) - Alex (alxmorais8@msn.com) @@ -28,5 +27,6 @@ - Adam Gotlib (gotlib.adam+dev@gmail.com) - Rémi Jouannet (remijouannet@gmail.com) - Andrea Tupini (tupini07@gmail.com) +- grunjol (grunjol@gmail.com) #### Generated by bin/update-authors.sh. diff --git a/bin/update-authors.sh b/bin/update-authors.sh index 4106eeb9..c021c16c 100755 --- a/bin/update-authors.sh +++ b/bin/update-authors.sh @@ -12,6 +12,7 @@ while (<>) { next if /(ungoldman\@gmail.com)/; next if /(dc\@DCs-MacBook.local)/; next if /(rolandoguedes\@gmail.com)/; + next if /(grunjol\@users.noreply.github.com)/; $seen{$_} = push @authors, "- ", $_; } END {