openxpki: fix license attribute (unbreak nixpkgs tarball job)

This commit is contained in:
Bjørn Forsman 2015-08-10 23:10:43 +02:00
parent 8958841d39
commit 9c20b9c779

View file

@ -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 ];
};
}