jaq: format

This commit is contained in:
Gaetan Lepage
2024-12-10 11:25:45 +01:00
parent 592b1a2de0
commit 0901bc2b61
+10 -6
View File
@@ -1,8 +1,9 @@
{ lib
, rustPlatform
, fetchFromGitHub
, stdenv
, darwin
{
lib,
rustPlatform,
fetchFromGitHub,
stdenv,
darwin,
}:
rustPlatform.buildRustPackage rec {
@@ -27,7 +28,10 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/01mf02/jaq";
changelog = "https://github.com/01mf02/jaq/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ figsoda siraben ];
maintainers = with maintainers; [
figsoda
siraben
];
mainProgram = "jaq";
};
}