Loading pkgs/development/python-modules/pytado/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,8 @@ buildPythonPackage rec { meta = with lib; { description = "Python binding for Tado web API"; homepage = "https://github.com/wmalgadey/PyTado"; license = licenses.gpl3; changelog = "https://github.com/wmalgadey/PyTado/releases/tag/${version}"; license = licenses.gpl3Only; maintainers = with maintainers; [ ]; }; } Loading
pkgs/development/python-modules/pytado/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,8 @@ buildPythonPackage rec { meta = with lib; { description = "Python binding for Tado web API"; homepage = "https://github.com/wmalgadey/PyTado"; license = licenses.gpl3; changelog = "https://github.com/wmalgadey/PyTado/releases/tag/${version}"; license = licenses.gpl3Only; maintainers = with maintainers; [ ]; }; }