python311Packages.vulcan-api: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-07-06 10:43:24 +02:00
parent a34d3c15d9
commit 30d116e27d

@ -51,6 +51,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for UONET+ e-register API";
homepage = "https://vulcan-api.readthedocs.io/";
changelog = "https://github.com/kapi2289/vulcan-api/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};