forked from mirrors/nixpkgs
openxpki: fix license attribute (unbreak nixpkgs tarball job)
This commit is contained in:
parent
8958841d39
commit
9c20b9c779
|
@ -71,7 +71,7 @@ buildPerlPackage {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.openxpki.org";
|
homepage = "http://www.openxpki.org";
|
||||||
description = "Enterprise-grade PKI/Trustcenter software";
|
description = "Enterprise-grade PKI/Trustcenter software";
|
||||||
license = stdenv.lib.licences.apache20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
maintainers = with stdenv.lib.maintainers; [ tstrobel ];
|
maintainers = with stdenv.lib.maintainers; [ tstrobel ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue