python39Packages.sphinxcontrib-qthelp: move to maintainer team, update homepage
This commit is contained in:
parent
1c78972f4b
commit
72bdb762a6
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue