diff --git a/pkgs/development/python-modules/aioitertools/default.nix b/pkgs/development/python-modules/aioitertools/default.nix index 32745c951747..e5544df68ee1 100644 --- a/pkgs/development/python-modules/aioitertools/default.nix +++ b/pkgs/development/python-modules/aioitertools/default.nix @@ -2,7 +2,6 @@ , buildPythonPackage , fetchpatch , fetchPypi -, pythonAtLeast , pythonOlder # native @@ -45,8 +44,8 @@ buildPythonPackage rec { meta = with lib; { description = "Implementation of itertools, builtins, and more for AsyncIO and mixed-type iterables"; + homepage = "https://aioitertools.omnilib.dev/"; license = licenses.mit; - homepage = "https://pypi.org/project/aioitertools/"; maintainers = with maintainers; [ teh ]; }; }