nss: add maintainers

This commit is contained in:
ajs124
2022-04-03 13:14:07 +01:00
parent 44f241f69a
commit 9109742c6b
+1 -1
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;
};