mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
pythonPackages.sphinx-multiversion: Fix homepage urls (#356225)
This commit is contained in:
commit
b65c729551
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user