Skip to content

Commit

Permalink
Merge pull request #5749 from rolandwalker/update_maintainers
Browse files Browse the repository at this point in the history
update maintainer list
  • Loading branch information
rolandwalker committed Aug 12, 2014
2 parents 906aa4e + 6ce9517 commit ca45aca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions developer/bin/generate_changelog
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ MAINTAINERS = %w[
goxberry
jimbojsb
radeksimko
federicobond
caskroom
]

CODE_PATHS = %w[
Expand Down
2 changes: 1 addition & 1 deletion developer/bin/project_stats
Original file line number Diff line number Diff line change
Expand Up @@ -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)\'$' | \
/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)\'$' | \
"$xargs" | /usr/bin/perl -pe 's{ }{, }g' # '
printf "\n"
}
Expand Down
1 change: 1 addition & 0 deletions developer/bin/the_long_tail
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ MAINTAINERS = %w[
josh@joshbutts.com
goxberry@gmail.com
radek.simko@gmail.com
federicobond@gmail.com
]

###
Expand Down

0 comments on commit ca45aca

Please sign in to comment.