python3Packages.hatch-nodejs-version: remove full stop from description
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
This commit is contained in:
parent
8a85537bed
commit
ea8d67487c
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user