mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
python310Packages.sphinxcontrib-katex: add changelog to meta
This commit is contained in:
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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user