python310Packages.pydyf: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-07-06 08:31:29 +02:00 committed by GitHub
parent f828502339
commit d8286eb99e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Low-level PDF generator written in Python and based on PDF specification 1.7";
homepage = "https://doc.courtbouillon.org/pydyf/stable/";
changelog = "https://github.com/CourtBouillon/pydyf/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ rprecenth ];
};