diff options
Diffstat (limited to 'pkgs/development/python-modules/deezer-py/default.nix')
-rw-r--r-- | pkgs/development/python-modules/deezer-py/default.nix | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/deezer-py/default.nix b/pkgs/development/python-modules/deezer-py/default.nix index 109f873138c6..48228fcace34 100644 --- a/pkgs/development/python-modules/deezer-py/default.nix +++ b/pkgs/development/python-modules/deezer-py/default.nix @@ -1,8 +1,9 @@ -{ lib -, buildPythonPackage -, fetchPypi -, requests -, pythonOlder +{ + lib, + buildPythonPackage, + fetchPypi, + requests, + pythonOlder, }: buildPythonPackage rec { @@ -24,7 +25,7 @@ buildPythonPackage rec { meta = with lib; { homepage = "https://gitlab.com/RemixDev/deezer-py"; - description = "A wrapper for all Deezer's APIs"; + description = "Wrapper for all Deezer's APIs"; license = licenses.gpl3Plus; maintainers = with maintainers; [ natto1784 ]; }; |