Loading pkgs/development/python-modules/aiortm/default.nix +2 −1 Original line number Diff line number Diff line { lib <{ lib , aiohttp , buildPythonPackage , click Loading Loading @@ -49,6 +49,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for the Remember the Milk API"; homepage = "https://github.com/MartinHjelmare/aiortm"; changelog = "https://github.com/MartinHjelmare/aiortm/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/aiortm/default.nix +2 −1 Original line number Diff line number Diff line { lib <{ lib , aiohttp , buildPythonPackage , click Loading Loading @@ -49,6 +49,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for the Remember the Milk API"; homepage = "https://github.com/MartinHjelmare/aiortm"; changelog = "https://github.com/MartinHjelmare/aiortm/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; }; Loading