3
0
Fork 0
forked from mirrors/nixpkgs

libuv: update to new repository location

This commit is contained in:
Benjamin Saunders 2015-01-07 20:56:06 -08:00
parent b63caa13b3
commit 1f80c4cb2d

View file

@ -6,7 +6,7 @@ let
meta = with lib; {
description = "A multi-platform support library with a focus on asynchronous I/O";
homepage = https://github.com/joyent/libuv;
homepage = https://github.com/libuv/libuv;
maintainers = with maintainers; [ cstrahan ];
platforms = with platforms; linux ++ darwin;
};
@ -17,7 +17,7 @@ let
else "libuv-${stability}-${version}";
mkSrc = version: sha256: fetchFromGitHub {
owner = "joyent";
owner = "libuv";
repo = "libuv";
rev = "v${version}";
inherit sha256;