python310Packages.holidays: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-27 08:07:30 +01:00 committed by GitHub
parent 143d998c50
commit ea5f398131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Generate and work with holidays in Python";
homepage = "https://github.com/dr-prodigy/python-holidays";
changelog = "https://github.com/dr-prodigy/python-holidays/releases/tag/v.${version}";
license = licenses.mit;
maintainers = with maintainers; [ jluttine ];
};