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:37:57 +01:00
parent a6e45b0893
commit d5e4c31298
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

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