Unverified Commit 2890f92a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.sphinxcontrib-katex: add changelog to meta

parent e89f6ffc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Sphinx extension using KaTeX to render math in HTML";
    homepage = "https://github.com/hagenw/sphinxcontrib-katex";
    changelog = "https://github.com/hagenw/sphinxcontrib-katex/blob/v${version}/CHANGELOG.rst";
    license = licenses.mit;
    maintainers = with maintainers; [ jluttine ];
  };