mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python311Packages.toonapi: add changelog to meta
This commit is contained in:
parent
e5134fbf63
commit
d1e9e2acf0
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user