diff options
Diffstat (limited to 'pkgs/development/python-modules/gistyc/default.nix')
-rw-r--r-- | pkgs/development/python-modules/gistyc/default.nix | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/pkgs/development/python-modules/gistyc/default.nix b/pkgs/development/python-modules/gistyc/default.nix index 923f2069d052..eaa216ee63c6 100644 --- a/pkgs/development/python-modules/gistyc/default.nix +++ b/pkgs/development/python-modules/gistyc/default.nix @@ -1,9 +1,10 @@ -{ lib -, buildPythonPackage -, fetchPypi -, certifi -, click -, requests +{ + lib, + buildPythonPackage, + fetchPypi, + certifi, + click, + requests, }: buildPythonPackage rec { @@ -22,13 +23,11 @@ buildPythonPackage rec { requests ]; - pythonImportsCheck = [ - "gistyc" - ]; + pythonImportsCheck = [ "gistyc" ]; meta = with lib; { homepage = "https://github.com/ThomasAlbin/gistyc"; - description = "A Python based GitHub GIST management tool"; + description = "Python based GitHub GIST management tool"; longDescription = '' gistyc is a Python-based library that enables developers to create, update and delete their GitHub GISTs. CLI capabilities allow you to execute the |