Unverified Commit 087c8413 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #269372 from NixOS/backport-269177-to-release-23.11

[Backport release-23.11] python3Packages.types-appdirs: Fix typo in `meta.homepage`
parents 0395b5b8 cbceb3ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; [ ];
  };