python310Packages.sphinxcontrib-katex: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-18 10:15:13 +01:00
committed by GitHub
parent e89f6ffce2
commit 2890f92ac2
@@ -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 ];
};