python311Packages.forbiddenfruit: fix license

see
177e4d0947/setup.py (L68-L71)
This commit is contained in:
natsukium 2024-06-04 20:43:16 +09:00
parent 13794c0dfb
commit c24370a692
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -39,6 +39,9 @@ buildPythonPackage rec {
meta = with lib; {
description = "Patch python built-in objects";
homepage = "https://github.com/clarete/forbiddenfruit";
license = licenses.mit;
license = with licenses; [
mit
gpl3Plus
];
};
}