python310Packages.nodeenv: add changelog to meta
This commit is contained in:
@@ -49,6 +49,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Node.js virtual environment builder";
|
description = "Node.js virtual environment builder";
|
||||||
homepage = "https://github.com/ekalinin/nodeenv";
|
homepage = "https://github.com/ekalinin/nodeenv";
|
||||||
|
changelog = "https://github.com/ekalinin/nodeenv/releases/tag/${version}";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user