python310Packages.manimpango: add changelog to meta
This commit is contained in:
parent
dde2c62358
commit
996b333241
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Binding for Pango";
|
||||
homepage = "https://github.com/ManimCommunity/ManimPango";
|
||||
changelog = "https://github.com/ManimCommunity/ManimPango/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ emilytrau ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue