python310Packages.nodeenv: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-05-21 09:49:48 +02:00
committed by GitHub
parent 6ddfdf16ad
commit f2d8008acb
@@ -49,6 +49,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Node.js virtual environment builder";
homepage = "https://github.com/ekalinin/nodeenv";
changelog = "https://github.com/ekalinin/nodeenv/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};