diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-11-04 10:45:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-04 10:45:40 +0100 |
| commit | 04a686d5bde123e3ab7d66c2ddc79fe45392fd46 (patch) | |
| tree | d0a7e494de079ac9c08bd5ecbb94f9570a84e6b8 /pkgs/development/python-modules/python-docs-theme | |
| parent | 56b570d6af3c4656c397f1d66ba81c84f63ad011 (diff) | |
python311Packages.python-docs-theme: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/python-docs-theme')
| -rw-r--r-- | pkgs/development/python-modules/python-docs-theme/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-docs-theme/default.nix b/pkgs/development/python-modules/python-docs-theme/default.nix index 322cd38947a5..8eb32ed32557 100644 --- a/pkgs/development/python-modules/python-docs-theme/default.nix +++ b/pkgs/development/python-modules/python-docs-theme/default.nix @@ -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 ]; }; |
