Skip to content

Commit d4246a0

Browse files
committed
python3Packages.hikari: format using nixfmt
1 parent a4b80ce commit d4246a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/development/python-modules/hikari/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ buildPythonPackage rec {
3535
'';
3636
};
3737

38-
3938
propagatedBuildInputs = [
4039
aiohttp
4140
attrs
@@ -71,6 +70,9 @@ buildPythonPackage rec {
7170
homepage = "https://www.hikari-py.dev/";
7271
changelog = "https://github.com/hikari-py/hikari/releases/tag/${version}";
7372
license = lib.licenses.mit;
74-
maintainers = with lib.maintainers; [ tomodachi94 sigmanificient ];
73+
maintainers = with lib.maintainers; [
74+
tomodachi94
75+
sigmanificient
76+
];
7577
};
7678
}

0 commit comments

Comments
 (0)