summaryrefslogtreecommitdiff
path: root/doc/onboarding-extras.md
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2017-01-27 12:36:17 -0500
committercjihrig <cjihrig@gmail.com>2017-01-30 10:57:28 -0500
commit8315d851a9abcc9fbf198d36aa82df112e923230 (patch)
tree3c407939b6897afa488eea5ec6e6f7d9c2280774 /doc/onboarding-extras.md
parentcc899a4c81ae79b63147dae473ba54d6c58da628 (diff)
downloadandroid-node-v8-8315d851a9abcc9fbf198d36aa82df112e923230.tar.gz
android-node-v8-8315d851a9abcc9fbf198d36aa82df112e923230.tar.bz2
android-node-v8-8315d851a9abcc9fbf198d36aa82df112e923230.zip
doc: add who to CC list for dgram
PR-URL: https://github.com/nodejs/node/pull/11035 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>
Diffstat (limited to 'doc/onboarding-extras.md')
-rw-r--r--doc/onboarding-extras.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md
index 1b5d082434..1ba1f195f6 100644
--- a/doc/onboarding-extras.md
+++ b/doc/onboarding-extras.md
@@ -11,6 +11,7 @@
| `lib/child_process` | @bnoordhuis, @cjihrig |
| `lib/cluster` | @bnoordhuis, @cjihrig, @mcollina |
| `lib/{crypto,tls,https}` | @nodejs/crypto |
+| `lib/dgram` | @cjihrig, @mcollina |
| `lib/domains` | @misterdjules |
| `lib/fs`, `src/{fs|file}` | @nodejs/fs |
| `lib/internal/url`, `src/node_url` | @nodejs/url |