python39Packages.sphinxcontrib-spelling: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-22 21:29:01 +01:00
committed by GitHub
parent ed9a30150f
commit 734cad41bb
@@ -41,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Sphinx spelling extension";
homepage = "https://github.com/sphinx-contrib/spelling";
changelog = "https://github.com/sphinx-contrib/spelling/blob/${version}/docs/source/history.rst";
license = licenses.bsd2;
maintainers = with maintainers; [ ];
};