lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

https://github.com/python-trio/pytest-trio/blob/250ec45f5d72eca78ab0ea2d1571667d2c51f8b5/setup.py#L31-L32

natsukium 8b6b9329 db8b2611

+4 -1
+4 -1
pkgs/development/python-modules/pytest-trio/default.nix
··· 47 47 meta = { 48 48 description = "Pytest plugin for trio"; 49 49 homepage = "https://github.com/python-trio/pytest-trio"; 50 - license = lib.licenses.asl20; 50 + license = with lib.licenses; [ 51 + asl20 52 + mit 53 + ]; 51 54 maintainers = with lib.maintainers; [ hexa ]; 52 55 }; 53 56 }