mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
nss-cacert: add license
This commit is contained in:
parent
187b4a2e04
commit
3ddeb521d8
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue