mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
python3Packages.hikari: format using nixfmt
This commit is contained in:
parent
a4b80ce726
commit
d4246a0c90
@ -35,7 +35,6 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
aiohttp
|
aiohttp
|
||||||
attrs
|
attrs
|
||||||
@ -71,6 +70,9 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://www.hikari-py.dev/";
|
homepage = "https://www.hikari-py.dev/";
|
||||||
changelog = "https://github.com/hikari-py/hikari/releases/tag/${version}";
|
changelog = "https://github.com/hikari-py/hikari/releases/tag/${version}";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ tomodachi94 sigmanificient ];
|
maintainers = with lib.maintainers; [
|
||||||
|
tomodachi94
|
||||||
|
sigmanificient
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user