Skip to content

Commit 6ae1a98

Browse files
committed
add new maintainers: jawshooah and Ngrd
1 parent 28c227f commit 6ae1a98

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

developer/bin/generate_changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ MAINTAINERS = %w[
3030
radeksimko
3131
federicobond
3232
claui
33+
jawshooah
34+
Ngrd
3335
caskroom
3436
]
3537

developer/bin/project_stats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ print_doc_stats () {
157157
fi
158158
printf "\n "
159159
"${git_log_cmd[@]}" -- "${doc_paths[@]}" | /usr/bin/sort | /usr/bin/uniq | \
160-
/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)\'$' | \
160+
/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)\'$' | \
161161
"$xargs" | /usr/bin/perl -pe 's{ }{, }g' # '
162162
printf "\n"
163163
}

developer/bin/the_long_tail

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ MAINTAINERS = %w[
5151
5252
5353
54+
55+
5456
]
5557

5658
###

0 commit comments

Comments
 (0)