python39Packages.sphinxcontrib-serializinghtml: move to maintainer team, update homepage
This commit is contained in:
parent
72bdb762a6
commit
cfee10fb8f
1 changed files with 2 additions and 3 deletions
|
@ -14,14 +14,13 @@ buildPythonPackage rec {
|
|||
sha256 = "aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952";
|
||||
};
|
||||
|
||||
|
||||
# Check is disabled due to circular dependency of sphinx
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle).";
|
||||
homepage = "http://sphinx-doc.org/";
|
||||
homepage = "https://github.com/sphinx-doc/sphinxcontrib-serializinghtml";
|
||||
license = licenses.bsd0;
|
||||
maintainers = teams.sphinx.members;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue