python310Packages.sphinx-external-toc: add changelog to meta

This commit is contained in:
Mario Rodas
2022-11-29 04:20:00 +00:00
parent 4a1156fcdd
commit 7ee3158873
@@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A sphinx extension that allows the site-map to be defined in a single YAML file";
homepage = "https://github.com/executablebooks/sphinx-external-toc";
changelog = "https://github.com/executablebooks/sphinx-external-toc/raw/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ marsam ];
};