jaq: format
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user