mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
python3Packages.yacs: correct license metadata
https://github.com/rbgirshick/yacs/blob/v0.1.8/LICENSE
This commit is contained in:
parent
b52ad16283
commit
4e53e0c4a6
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user