python3.pkgs.python-docs-theme: fix changelog URL (#514172)

This commit is contained in:
Yohann Boniface
2026-04-27 20:51:25 +00:00
committed by GitHub
@@ -30,7 +30,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Sphinx theme for CPython project";
homepage = "https://github.com/python/python-docs-theme";
changelog = "https://github.com/python/python-docs-theme/blob/${finalAttrs.src.tag}/CHANGELOG.rst";
changelog = "https://github.com/python/python-docs-theme/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.psfl;
maintainers = with lib.maintainers; [ kaction ];
};