python311Packages.python-docs-theme: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-11-04 10:45:40 +01:00 committed by GitHub
parent 56b570d6af
commit 04a686d5bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};