python310Packages.nodeenv: add changelog to meta

authored by Fabian Affolter and committed by GitHub f2d8008a 6ddfdf16

Changed files
+1
pkgs
development
python-modules
nodeenv
+1
pkgs/development/python-modules/nodeenv/default.nix
··· 49 49 meta = with lib; { 50 50 description = "Node.js virtual environment builder"; 51 51 homepage = "https://github.com/ekalinin/nodeenv"; 52 + changelog = "https://github.com/ekalinin/nodeenv/releases/tag/${version}"; 52 53 license = licenses.bsd3; 53 54 maintainers = with maintainers; [ ]; 54 55 };