mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
openxpki: fix license attribute (unbreak nixpkgs tarball job)
This commit is contained in:
parent
8958841d39
commit
9c20b9c779
|
@ -71,7 +71,7 @@ buildPerlPackage {
|
|||
meta = {
|
||||
homepage = "http://www.openxpki.org";
|
||||
description = "Enterprise-grade PKI/Trustcenter software";
|
||||
license = stdenv.lib.licences.apache20;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = with stdenv.lib.maintainers; [ tstrobel ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue