Loading pkgs/development/python-modules/finitude/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ buildPythonPackage rec { meta = { description = "Python module to get data from ABCD bus (RS-485) used by Carrier Infinity and Bryant Evolution HVAC systems"; homepage = "https://github.com/dulitz/finitude"; changelog = "https://github.com/dulitz/finitude/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/finitude/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ buildPythonPackage rec { meta = { description = "Python module to get data from ABCD bus (RS-485) used by Carrier Infinity and Bryant Evolution HVAC systems"; homepage = "https://github.com/dulitz/finitude"; changelog = "https://github.com/dulitz/finitude/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; Loading