mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-25 18:46:32 +03:00
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";
|
sha256 = "aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
# Check is disabled due to circular dependency of sphinx
|
# Check is disabled due to circular dependency of sphinx
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle).";
|
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;
|
license = licenses.bsd0;
|
||||||
|
maintainers = teams.sphinx.members;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue