libuv: add marsam to maintainers
This commit is contained in:
parent
e3127089c2
commit
27e869c60b
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "A multi-platform support library with a focus on asynchronous I/O";
|
||||
homepage = "https://libuv.org/";
|
||||
changelog = "https://github.com/libuv/libuv/blob/v${finalAttrs.version}/ChangeLog";
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ marsam ];
|
||||
platforms = platforms.all;
|
||||
license = with licenses; [ mit isc bsd2 bsd3 cc-by-40 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue