diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-05-21 09:49:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-21 09:49:48 +0200 |
| commit | f2d8008acbd052d99ca18b65a2045e4a8f97cd99 (patch) | |
| tree | 5f9c5bc973eeb9457ed2aec784a9910612d5a0ff /pkgs/development/python-modules | |
| parent | 6ddfdf16adbf3bde8306efbacae116f12577c54f (diff) | |
python310Packages.nodeenv: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/nodeenv/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/nodeenv/default.nix b/pkgs/development/python-modules/nodeenv/default.nix index 512c011a8e33..92d3bbb5d4c6 100644 --- a/pkgs/development/python-modules/nodeenv/default.nix +++ b/pkgs/development/python-modules/nodeenv/default.nix @@ -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; [ ]; }; |
