python310Packages.pynisher: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-24 22:46:44 +02:00 committed by GitHub
parent 4b88c4256b
commit d222d5732a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module intended to limit a functions resources";
homepage = "https://github.com/automl/pynisher";
changelog = "https://github.com/automl/pynisher/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ psyanticy ];
};