From cbceb3ce28d2cf2faa43e4936ee2f26c6d7b6cf8 Mon Sep 17 00:00:00 2001 From: nicoo Date: Wed, 22 Nov 2023 12:22:51 +0000 Subject: [PATCH] python3Packages.types-appdirs: Fix typo in `meta.homepage` (cherry picked from commit 63869ecd540a748ff94975ee55838b8c9ee903b5) --- 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 7d316400a041..f6fe4cf6e1b3 100644 --- a/pkgs/development/python-modules/types-appdirs/default.nix +++ b/pkgs/development/python-modules/types-appdirs/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { meta = { description = "This is a 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. "; - homepage = "https://pypi.org/project/types-appdirss"; + homepage = "https://pypi.org/project/types-appdirs"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ ]; };