We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b80ce commit d4246a0Copy full SHA for d4246a0
pkgs/development/python-modules/hikari/default.nix
@@ -35,7 +35,6 @@ buildPythonPackage rec {
35
'';
36
};
37
38
-
39
propagatedBuildInputs = [
40
aiohttp
41
attrs
@@ -71,6 +70,9 @@ buildPythonPackage rec {
71
70
homepage = "https://www.hikari-py.dev/";
72
changelog = "https://github.com/hikari-py/hikari/releases/tag/${version}";
73
license = lib.licenses.mit;
74
- maintainers = with lib.maintainers; [ tomodachi94 sigmanificient ];
+ maintainers = with lib.maintainers; [
+ tomodachi94
75
+ sigmanificient
76
+ ];
77
78
}
0 commit comments