aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <saghul@gmail.com>2017-03-12 22:54:52 +0100
committerSaúl Ibarra Corretgé <saghul@gmail.com>2017-04-28 11:15:38 +0200
commit1caae80cd6ff22105da564c6b4e88bf1f25208f4 (patch)
tree50ed3d9f0227580b550971d79a68fa2c62772095 /docs/src
parenta94f83e4d8332d9bb6b59bd941f9ef717a8e8bf7 (diff)
downloadlibuv-1caae80cd6ff22105da564c6b4e88bf1f25208f4.tar.gz
libuv-1caae80cd6ff22105da564c6b4e88bf1f25208f4.zip
doc: update guide/about and mention new maintainership
PR-URL: https://github.com/libuv/libuv/pull/1246 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/guide/about.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/src/guide/about.rst b/docs/src/guide/about.rst
index 8efa5178..8dc58cbe 100644
--- a/docs/src/guide/about.rst
+++ b/docs/src/guide/about.rst
@@ -7,8 +7,7 @@ been stung by the lack of good documentation on libuv while working on
`node-taglib <https://github.com/nikhilm/node-taglib>`_. Although reference
documentation was present, there were no comprehensive tutorials. This book is
the output of that need and tries to be accurate. That said, the book may have
-mistakes. Pull requests are encouraged. You may also `email him
-<nsm.nikhil@gmail.com>`_ if you find an error.
+mistakes. Pull requests are encouraged.
Nikhil is indebted to Marc Lehmann's comprehensive `man page
<http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>`_ about libev which
@@ -17,6 +16,10 @@ describes much of the semantics of the two libraries.
This book was made using `Sphinx <http://sphinx.pocoo.org/>`_ and `vim
<http://www.vim.org>`_.
+.. note::
+ In 2017 the libuv project incorporated the Nikhil's work into the official
+ documentation and it's maintained there henceforth.
+
Licensing
---------