python310Packages.opentimestamps: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-05 19:27:18 +01:00
parent 5f1d7c2616
commit 5b73b8591a

View file

@ -46,6 +46,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Create and verify OpenTimestamps proofs";
homepage = "https://github.com/opentimestamps/python-opentimestamps";
changelog = "https://github.com/opentimestamps/python-opentimestamps/releases/tag/python-opentimestamps-v${version}";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ erikarvstedt ];
};