python3Packages.hatch-nodejs-version: remove full stop from description

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>

authored by

Phillip Cloud
Jonathan Ringer
and committed by
GitHub
ea8d6748 8a85537b

+1 -1
+1 -1
pkgs/development/python-modules/hatch-nodejs-version/default.nix
··· 33 33 ]; 34 34 35 35 meta = with lib; { 36 - description = "Plugins for dealing with NodeJS versions."; 36 + description = "Plugins for dealing with NodeJS versions"; 37 37 homepage = "https://github.com/agoose77/hatch-nodejs-version"; 38 38 license = licenses.mit; 39 39 maintainers = with maintainers; [ cpcloud ];