diff options
Diffstat (limited to 'pkgs/development/python-modules/anel-pwrctrl-homeassistant/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/anel-pwrctrl-homeassistant/default.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/anel-pwrctrl-homeassistant/default.nix b/pkgs/development/python-modules/anel-pwrctrl-homeassistant/default.nix index d32138c68dfa..07b8cbb96c0c 100644 --- a/pkgs/development/python-modules/anel-pwrctrl-homeassistant/default.nix +++ b/pkgs/development/python-modules/anel-pwrctrl-homeassistant/default.nix @@ -17,14 +17,12 @@ buildPythonPackage rec { # No tests doCheck = false; - pythonImportsCheck = [ - "anel_pwrctrl" - ]; + pythonImportsCheck = [ "anel_pwrctrl" ]; meta = with lib; { description = "Discover and control ANEL NET-PwrCtrl devices"; homepage = "https://github.com/mweinelt/anel-pwrctrl"; license = licenses.mit; - maintainers = with maintainers; [jamiemagee]; + maintainers = with maintainers; [ jamiemagee ]; }; } |
