3
0
Fork 0
forked from mirrors/nixpkgs

nss: add maintainers

This commit is contained in:
ajs124 2022-03-17 00:20:27 +01:00
parent 44f241f69a
commit 9109742c6b

View file

@ -186,7 +186,7 @@ stdenv.mkDerivation rec {
homepage = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS";
description = "A set of libraries for development of security-enabled client and server applications";
changelog = "https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_${underscoreVersion}.rst";
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ hexa ajs124 ];
license = licenses.mpl20;
platforms = platforms.all;
};