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