From 4e53e0c4a63b8c466e374f42a7b7c907813de3bd Mon Sep 17 00:00:00 2001 From: iliana etaoin Date: Wed, 28 Jun 2023 03:20:40 +0000 Subject: [PATCH] python3Packages.yacs: correct license metadata https://github.com/rbgirshick/yacs/blob/v0.1.8/LICENSE --- pkgs/development/python-modules/yacs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/yacs/default.nix b/pkgs/development/python-modules/yacs/default.nix index a105a18b2f65..e5712b240f8c 100644 --- a/pkgs/development/python-modules/yacs/default.nix +++ b/pkgs/development/python-modules/yacs/default.nix @@ -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 ]; }; }