python39Packages.sphinxcontrib-htmlhelp: move to maintainer team, update homepage

This commit is contained in:
Sandro Jäckel
2022-01-28 21:24:14 +01:00
committed by Sandro Jäckel
parent 78d23a7ed3
commit 8bdf4d6f08
@@ -14,14 +14,13 @@ buildPythonPackage rec {
sha256 = "f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2";
};
# Check is disabled due to circular dependency of sphinx
doCheck = false;
meta = with lib; {
description = "Sphinx extension which renders HTML help files";
homepage = "http://sphinx-doc.org/";
homepage = "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp";
license = licenses.bsd0;
maintainers = teams.sphinx.members;
};
}