From f01e4679682597fe3ced432a3af7ceebecb87fbc Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Sun, 6 Sep 2026 23:49:19 +0200 Subject: [PATCH] python3Packages.types-appdirs: shorten description --- pkgs/development/python-modules/types-appdirs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/types-appdirs/default.nix b/pkgs/development/python-modules/types-appdirs/default.nix index 9059a6c8238b..c834cd6adb0b 100644 --- a/pkgs/development/python-modules/types-appdirs/default.nix +++ b/pkgs/development/python-modules/types-appdirs/default.nix @@ -20,7 +20,7 @@ buildPythonPackage (finalAttrs: { build-system = [ setuptools ]; meta = { - description = "PEP 561 type stub package for the appdirs package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses appdirs"; + description = "PEP 561 type stub package for the appdirs package"; homepage = "https://github.com/python/typeshed"; license = lib.licenses.asl20; maintainers = [ ];