python3Packages.yacs: correct license metadata

https://github.com/rbgirshick/yacs/blob/v0.1.8/LICENSE
This commit is contained in:
iliana etaoin 2023-06-28 03:20:40 +00:00
parent b52ad16283
commit 4e53e0c4a6

View File

@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Yet Another Configuration System";
homepage = "https://github.com/rbgirshick/yacs";
license = licenses.apsl20;
license = licenses.asl20;
maintainers = with maintainers; [ lucasew ];
};
}