From cbea40be36eb692d55d492bac349dccfa6c56e2e Mon Sep 17 00:00:00 2001 From: Alex James Date: Sat, 7 Dec 2024 00:16:19 -0600 Subject: [PATCH] magic-wormhole-rs: reformat with nixfmt-rfc-style --- .../networking/magic-wormhole-rs/default.nix | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/pkgs/tools/networking/magic-wormhole-rs/default.nix b/pkgs/tools/networking/magic-wormhole-rs/default.nix index 6437ea2a53ce..ab3dba19efc1 100644 --- a/pkgs/tools/networking/magic-wormhole-rs/default.nix +++ b/pkgs/tools/networking/magic-wormhole-rs/default.nix @@ -1,9 +1,10 @@ -{ lib -, stdenv -, fetchFromGitHub -, rustPlatform -, libxcb -, installShellFiles +{ + lib, + stdenv, + fetchFromGitHub, + rustPlatform, + libxcb, + installShellFiles, }: rustPlatform.buildRustPackage rec { pname = "magic-wormhole-rs"; @@ -34,7 +35,10 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/magic-wormhole/magic-wormhole.rs"; changelog = "https://github.com/magic-wormhole/magic-wormhole.rs/raw/${version}/changelog.md"; license = licenses.eupl12; - maintainers = with maintainers; [ zeri piegames ]; + maintainers = with maintainers; [ + zeri + piegames + ]; mainProgram = "wormhole-rs"; }; }