nspr: add hexa to maintainers

Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
This commit is contained in:
ajs124 2022-05-26 18:07:44 +02:00 committed by GitHub
parent a7be0f278d
commit e71288ffe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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