Unverified Commit 0a0306ac authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.panflute: add changelog to meta

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