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

This commit is contained in:
Sandro Jäckel 2022-01-21 00:47:54 +01:00 committed by Sandro Jäckel
parent 1c78972f4b
commit 72bdb762a6
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -14,14 +14,13 @@ buildPythonPackage rec {
sha256 = "4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72";
};
# Check is disabled due to circular dependency of sphinx
doCheck = false;
meta = with lib; {
description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.";
homepage = "http://sphinx-doc.org/";
homepage = "https://github.com/sphinx-doc/sphinxcontrib-qthelp";
license = licenses.bsd0;
maintainers = teams.sphinx.members;
};
}