pythonPackages.sphinx-multiversion: Fix homepage urls (#356225)

This commit is contained in:
OTABI Tomoya 2024-11-19 18:29:10 +09:00 committed by GitHub
commit b65c729551
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,8 +28,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Sphinx extension for building self-hosted versioned docs.";
homepage = "https://holzhaus.github.io/sphinx-multiversion";
changelog = "https://github.com/Holzhaus/sphinx-multiversion/releases/tag/v${version}";
homepage = "https://sphinx-contrib.github.io/multiversion";
changelog = "https://github.com/sphinx-contrib/multiversion/releases/tag/v${version}";
license = licenses.bsd2;
maintainers = with maintainers; [ cynerd ];
};