python3Packages.pytest-trio: add mit license to meta.license

250ec45f5d/setup.py (L31-L32)
This commit is contained in:
natsukium 2025-05-31 23:18:28 +09:00
parent db8b2611a2
commit 8b6b9329ea
No known key found for this signature in database
GPG Key ID: CEAB012C83309CF0

View File

@ -47,7 +47,10 @@ buildPythonPackage rec {
meta = {
description = "Pytest plugin for trio";
homepage = "https://github.com/python-trio/pytest-trio";
license = lib.licenses.asl20;
license = with lib.licenses; [
asl20
mit
];
maintainers = with lib.maintainers; [ hexa ];
};
}