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

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

View file

@ -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;
};
}