python3Packages.lazy_import: update description

This commit is contained in:
natsukium
2023-05-16 18:58:29 +09:00
parent 7bfd10ba7b
commit 750f3d6b94
@@ -34,7 +34,7 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "lazy_import provides a set of functions that load modules, and related attributes, in a lazy fashion.";
description = "A set of functions that load modules, and related attributes, in a lazy fashion";
homepage = "https://github.com/mnmelo/lazy_import";
license = licenses.gpl3Plus;
maintainers = [ maintainers.marenz ];