From 5bb16ee1d9b0c49943246f094de420d94e737fc8 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Thu, 27 Nov 2014 11:51:50 -0600 Subject: [PATCH] libuv has moved to github.com/libuv/libuv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51a7abc..54fb4e3 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Boost.Asio](http://think-async.com/) - A cross-platform C++ library for network and low-level I/O programming. [Boost] * [libev](http://libev.schmorp.de/) - A full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs. [BSD and GPL] * [libevent](http://libevent.org/) - An event notification library. [BSD] -* [libuv](https://github.com/joyent/libuv) - Cross-platform asychronous I/O. [BSD] +* [libuv](https://github.com/libuv/libuv) - Cross-platform asychronous I/O. [BSD] ## Audio *Audio, Sound, Music, Digitized Voice Libraries*