python3Packages.pytest-trio: add mit license to meta.license
250ec45f5d/setup.py (L31-L32)
This commit is contained in:
parent
db8b2611a2
commit
8b6b9329ea
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user