python3Packages.sphinxcontrib-htmlhelp: actually provide a useful description

The description did not actually provide any useful information.
The new description is from the GitHub README: https://github.com/sphinx-doc/sphinxcontrib-htmlhelp.
This commit is contained in:
Luflosi
2022-01-25 15:41:56 +01:00
parent a6e45b0893
commit d5e4c31298
@@ -19,7 +19,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
description = "sphinxcontrib-htmlhelp is a sphinx extension which ...";
description = "Sphinx extension which renders HTML help files";
homepage = "http://sphinx-doc.org/";
license = licenses.bsd0;
};