diff options
Diffstat (limited to 'pkgs/development/python-modules/python-hpilo/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-hpilo/default.nix | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/python-hpilo/default.nix b/pkgs/development/python-modules/python-hpilo/default.nix index 6fdfc5d14031..6aeeab370c1b 100644 --- a/pkgs/development/python-modules/python-hpilo/default.nix +++ b/pkgs/development/python-modules/python-hpilo/default.nix @@ -1,6 +1,7 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub +{ + lib, + buildPythonPackage, + fetchFromGitHub, }: buildPythonPackage rec { @@ -23,7 +24,10 @@ buildPythonPackage rec { description = "Python module to access the HP iLO XML interface"; mainProgram = "hpilo_cli"; homepage = "https://seveas.github.io/python-hpilo/"; - license = with licenses; [ asl20 gpl3Plus ]; + license = with licenses; [ + asl20 + gpl3Plus + ]; maintainers = with maintainers; [ fab ]; }; } |
