lol

python310Packages.pynisher: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
d222d573 4b88c425

+1
+1
pkgs/development/python-modules/pynisher/default.nix
··· 33 33 meta = with lib; { 34 34 description = "Module intended to limit a functions resources"; 35 35 homepage = "https://github.com/automl/pynisher"; 36 + changelog = "https://github.com/automl/pynisher/releases/tag/v${version}"; 36 37 license = licenses.mit; 37 38 maintainers = with maintainers; [ psyanticy ]; 38 39 };