Unverified Commit 996b3332 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.manimpango: add changelog to meta

parent dde2c623
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };