From d5e4c3129825c848c2dd525bc03dd1ca804dcbb5 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Tue, 25 Jan 2022 15:37:57 +0100 Subject: [PATCH] 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. --- .../python-modules/sphinxcontrib-htmlhelp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix b/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix index 4efdb2633f28..51084adf6ed6 100644 --- a/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix @@ -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; };