libuv: add marsam to maintainers

This commit is contained in:
Mario Rodas 2023-10-11 04:20:00 +00:00
parent e3127089c2
commit 27e869c60b

View file

@ -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 ];
};