python310Packages.panflute: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-26 10:59:52 +01:00
committed by GitHub
parent d734dc1c30
commit 0a0306ac75
@@ -30,6 +30,7 @@ buildPythonPackage rec{
meta = with lib; {
description = "Pythonic alternative to John MacFarlane's pandocfilters, with extra helper functions";
homepage = "http://scorreia.com/software/panflute";
changelog = "https://github.com/sergiocorreia/panflute/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ synthetica ];
};