Loading pkgs/development/python-modules/aio-pika/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ buildPythonPackage rec { meta = with lib; { description = "AMQP 0.9 client designed for asyncio and humans"; homepage = "https://github.com/mosquito/aio-pika"; changelog = "https://github.com/mosquito/aio-pika/blob/${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ emilytrau ]; }; Loading Loading
pkgs/development/python-modules/aio-pika/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ buildPythonPackage rec { meta = with lib; { description = "AMQP 0.9 client designed for asyncio and humans"; homepage = "https://github.com/mosquito/aio-pika"; changelog = "https://github.com/mosquito/aio-pika/blob/${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ emilytrau ]; }; Loading