From 814584c35b85d5d56b625133f6adbccc12798adc Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Mon, 24 Jul 2023 09:26:10 +0800 Subject: [PATCH] python310Packages.piccolo-theme: add asl20 to license for the bundled fonts --- pkgs/development/python-modules/piccolo-theme/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/piccolo-theme/default.nix b/pkgs/development/python-modules/piccolo-theme/default.nix index c0efe85bca7..fa6c6337862 100644 --- a/pkgs/development/python-modules/piccolo-theme/default.nix +++ b/pkgs/development/python-modules/piccolo-theme/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { meta = with lib; { description = "Clean and modern Sphinx theme"; homepage = "https://piccolo-theme.readthedocs.io"; - license = licenses.mit; + license = with licenses; [ mit asl20 ]; maintainers = with maintainers; [ loicreynier ]; platforms = platforms.unix; };