diff options
Diffstat (limited to 'pkgs/development/python-modules/ssdpy/default.nix')
-rw-r--r-- | pkgs/development/python-modules/ssdpy/default.nix | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/ssdpy/default.nix b/pkgs/development/python-modules/ssdpy/default.nix index ba9d32d710b1..8cadb4ec74fa 100644 --- a/pkgs/development/python-modules/ssdpy/default.nix +++ b/pkgs/development/python-modules/ssdpy/default.nix @@ -1,9 +1,10 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, setuptools -, pytestCheckHook -, pytest-mock +{ + lib, + buildPythonPackage, + fetchFromGitHub, + setuptools, + pytestCheckHook, + pytest-mock, }: buildPythonPackage rec { @@ -40,7 +41,7 @@ buildPythonPackage rec { meta = with lib; { changelog = "https://github.com/MoshiBin/ssdpy/releases/tag/${version}"; - description = "A lightweight, compatible SSDP library for Python"; + description = "Lightweight, compatible SSDP library for Python"; homepage = "https://github.com/MoshiBin/ssdpy"; license = licenses.mit; maintainers = with maintainers; [ mjm ]; |