summaryrefslogtreecommitdiff
path: root/WORKING_GROUPS.md
diff options
context:
space:
mode:
authorJulian Duque <julianduquej@gmail.com>2015-04-25 08:38:55 -0500
committerJulian Duque <julianduquej@gmail.com>2015-04-25 09:21:41 -0500
commit5178f93bc0f5b4e16cb68001e6f4684b4fd4ed7c (patch)
tree479faed1e7226c1a10cb368a6f83b7547e139194 /WORKING_GROUPS.md
parentf3cc50f8112df46a95188d12552f6f0a5636849b (diff)
downloadandroid-node-v8-5178f93bc0f5b4e16cb68001e6f4684b4fd4ed7c.tar.gz
android-node-v8-5178f93bc0f5b4e16cb68001e6f4684b4fd4ed7c.tar.bz2
android-node-v8-5178f93bc0f5b4e16cb68001e6f4684b4fd4ed7c.zip
doc: Add Addon API (NAN) to working group list
Also update nan and examples repositories links to io.js organization PR-URL: #1523 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'WORKING_GROUPS.md')
-rw-r--r--WORKING_GROUPS.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md
index c5c7cc1d74..55aafd02ad 100644
--- a/WORKING_GROUPS.md
+++ b/WORKING_GROUPS.md
@@ -26,6 +26,7 @@ back in to the TC.
* [Evangelism](#evangelism)
* [Roadmap](#roadmap)
* [Docker](#docker)
+* [Addon API](#addon-api)
* [Starting a Working Group](#starting-a-wg)
* [Bootstrap Governance](#bootstrap-governance)
@@ -179,7 +180,7 @@ Their responsibilities are:
* Maintain and improve the images' documentation.
-### Addon API
+### [Addon API](https://github.com/iojs/nan)
The Addon API Working Group is responsible for maintaining the NAN project and
corresponding _nan_ package in npm. The NAN project makes available an
@@ -189,9 +190,9 @@ versions of Node.js, io.js, V8 and libuv.
Their responsibilities are:
-* Maintaining the [NAN](https://github.com/rvagg/nan) GitHub repository,
+* Maintaining the [NAN](https://github.com/iojs/nan) GitHub repository,
including code, issues and documentation.
-* Maintaining the [addon-examples](https://github.com/rvagg/node-addon-examples)
+* Maintaining the [addon-examples](https://github.com/iojs/node-addon-examples)
GitHub repository, including code, issues and documentation.
* Maintaining the C++ Addon API within the io.js project, in subordination to
the io.js TC.
@@ -202,7 +203,7 @@ Their responsibilities are:
community advance notice of changes.
The current members can be found in their
-[README](https://github.com/rvagg/nan#collaborators).
+[README](https://github.com/iojs/nan#collaborators).
## Starting a WG