mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
python3Packages.types-appdirs: Fix typo in meta.homepage
(cherry picked from commit 63869ecd54)
This commit is contained in:
committed by
github-actions[bot]
parent
0395b5b87f
commit
cbceb3ce28
@@ -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; [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user