diff --git a/pkgs/development/python-modules/hatch-nodejs-version/default.nix b/pkgs/development/python-modules/hatch-nodejs-version/default.nix index 77b66574078b..6095b696ad78 100644 --- a/pkgs/development/python-modules/hatch-nodejs-version/default.nix +++ b/pkgs/development/python-modules/hatch-nodejs-version/default.nix @@ -33,7 +33,7 @@ buildPythonPackage rec { ]; meta = with lib; { - description = "Plugins for dealing with NodeJS versions."; + description = "Plugins for dealing with NodeJS versions"; homepage = "https://github.com/agoose77/hatch-nodejs-version"; license = licenses.mit; maintainers = with maintainers; [ cpcloud ];