python311Packages.toonapi: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-10-20 17:26:47 +02:00
parent e5134fbf63
commit d1e9e2acf0

View File

@ -30,6 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client for the Quby ToonAPI";
homepage = "https://github.com/frenck/python-toonapi";
changelog = "https://github.com/frenck/python-toonapi/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};