python310Packages.piccolo-theme: add asl20 to license for the bundled fonts

This commit is contained in:
Nick Cao 2023-07-24 09:26:10 +08:00
parent 8e70675b30
commit 814584c35b
No known key found for this signature in database

View file

@ -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;
};