From 603c24faedbd3f30b9ceb5514f7ff10ccfbb7e5a Mon Sep 17 00:00:00 2001 From: DC Date: Tue, 23 Aug 2016 00:08:46 -0700 Subject: [PATCH] authors --- AUTHORS.md | 2 +- bin/update-authors.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 {