From e71288ffe58925c60dc13122c437b5739211eedc Mon Sep 17 00:00:00 2001 From: ajs124 Date: Thu, 26 May 2022 18:07:44 +0200 Subject: [PATCH] nspr: add hexa to maintainers Co-authored-by: Martin Weinelt --- pkgs/development/libraries/nspr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/nspr/default.nix b/pkgs/development/libraries/nspr/default.nix index 3e9d7bf4585..9fec80aa56e 100644 --- a/pkgs/development/libraries/nspr/default.nix +++ b/pkgs/development/libraries/nspr/default.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Reference/NSPR_functions"; description = "Netscape Portable Runtime, a platform-neutral API for system-level and libc-like functions"; - maintainers = with maintainers; [ ajs124 ]; + maintainers = with maintainers; [ ajs124 hexa ]; platforms = platforms.all; license = licenses.mpl20; };