mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03: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 New Issue
Block a user