nss-cacert: add license

This commit is contained in:
Markus Kowalewski 2020-06-27 00:53:42 +02:00
parent 187b4a2e04
commit 3ddeb521d8
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -65,5 +65,6 @@ stdenv.mkDerivation {
description = "A bundle of X.509 certificates of public Certificate Authorities (CA)";
platforms = platforms.all;
maintainers = with maintainers; [ fpletz ];
license = licenses.mpl20;
};
}