python311Packages.toonapi: add changelog to meta
This commit is contained in:
parent
e5134fbf63
commit
d1e9e2acf0
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python client for the Quby ToonAPI";
|
description = "Python client for the Quby ToonAPI";
|
||||||
homepage = "https://github.com/frenck/python-toonapi";
|
homepage = "https://github.com/frenck/python-toonapi";
|
||||||
|
changelog = "https://github.com/frenck/python-toonapi/releases/tag/v${version}";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue