add new maintainers: jawshooah and Ngrd

This commit is contained in:
Vítor Galvão
2015-07-26 02:18:02 +01:00
parent 28c227f6be
commit 6ae1a9889d
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -30,6 +30,8 @@ MAINTAINERS = %w[
radeksimko
federicobond
claui
jawshooah
Ngrd
caskroom
]
+1 -1
View File
@@ -157,7 +157,7 @@ print_doc_stats () {
fi
printf "\n "
"${git_log_cmd[@]}" -- "${doc_paths[@]}" | /usr/bin/sort | /usr/bin/uniq | \
/usr/bin/egrep -v $'^\'(paul\\.t\\.hinze@gmail\\.com|fanquake@users\\.noreply\\.github\\.com|fanquake@gmail\\.com|leoj3n@gmail\\.com|nano@fdp\\.io|nanoid\\.xd@gmail\\.com|walker@pobox\\.com|info@vitorgalvao\\.com|calebcenter@live\\.com|ndr@qef\\.io|josh@joshbutts\\.com|goxberry@gmail\\.com|radek\\.simko@gmail\\.com|federicobond@gmail\\.com|claui@users\\.noreply\\.github\\.com)\'$' | \
/usr/bin/egrep -v $'^\'(paul\\.t\\.hinze@gmail\\.com|fanquake@users\\.noreply\\.github\\.com|fanquake@gmail\\.com|leoj3n@gmail\\.com|nano@fdp\\.io|nanoid\\.xd@gmail\\.com|walker@pobox\\.com|info@vitorgalvao\\.com|calebcenter@live\\.com|ndr@qef\\.io|josh@joshbutts\\.com|goxberry@gmail\\.com|radek\\.simko@gmail\\.com|federicobond@gmail\\.com|claui@users\\.noreply\\.github\\.com|hagins\\.josh@gmail\\.com|dragon\\.vctr@gmail\\.com)\'$' | \
"$xargs" | /usr/bin/perl -pe 's{ }{, }g' # '
printf "\n"
}
+2
View File
@@ -51,6 +51,8 @@ MAINTAINERS = %w[
radek.simko@gmail.com
federicobond@gmail.com
claui@users.noreply.github.com
hagins.josh@gmail.com
dragon.vctr@gmail.com
]
###