lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.cookiecutter: add meta.changelog

+1
+1
pkgs/development/python-modules/cookiecutter/default.nix
··· 76 76 77 77 meta = with lib; { 78 78 homepage = "https://github.com/audreyr/cookiecutter"; 79 + changelog = "https://github.com/cookiecutter/cookiecutter/blob/${version}/HISTORY.md"; 79 80 description = "Command-line utility that creates projects from project templates"; 80 81 mainProgram = "cookiecutter"; 81 82 license = licenses.bsd3;