python311Packages.python-docs-theme: add changelog to meta
This commit is contained in:
parent
56b570d6af
commit
04a686d5bd
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://github.com/python/python-docs-theme";
|
||||
description = "Sphinx theme for CPython project";
|
||||
changelog = "https://github.com/python/python-docs-theme/blob/${version}/CHANGELOG.rst";
|
||||
license = licenses.psfl;
|
||||
maintainers = with maintainers; [ kaction ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue