python310Packages.manimpango: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-20 19:49:34 +01:00 committed by GitHub
parent dde2c62358
commit 996b333241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};