python310Packages.aioitertools: update meta
This commit is contained in:
parent
8be8a74c37
commit
61f1827703
@ -2,7 +2,6 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pythonAtLeast
|
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
|
|
||||||
# native
|
# native
|
||||||
@ -45,8 +44,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Implementation of itertools, builtins, and more for AsyncIO and mixed-type iterables";
|
description = "Implementation of itertools, builtins, and more for AsyncIO and mixed-type iterables";
|
||||||
|
homepage = "https://aioitertools.omnilib.dev/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = "https://pypi.org/project/aioitertools/";
|
|
||||||
maintainers = with maintainers; [ teh ];
|
maintainers = with maintainers; [ teh ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user