forked from mirrors/nixpkgs
nss: add maintainers
This commit is contained in:
parent
44f241f69a
commit
9109742c6b
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue