python310Packages.pydyf: add changelog to meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user