From 750f3d6b94a6b4e27d2269ab2705454cb4f708f4 Mon Sep 17 00:00:00 2001 From: natsukium Date: Tue, 16 May 2023 18:50:40 +0900 Subject: [PATCH] python3Packages.lazy_import: update description --- pkgs/development/python-modules/lazy_import/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/lazy_import/default.nix b/pkgs/development/python-modules/lazy_import/default.nix index d1554f26c3d3..997cc64ecba0 100644 --- a/pkgs/development/python-modules/lazy_import/default.nix +++ b/pkgs/development/python-modules/lazy_import/default.nix @@ -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 ];