From cf6749487656f82da15c9bb3331daffe01dae324 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 21 Jul 2024 14:07:50 +0300 Subject: [PATCH] soju: apply nixfmt --- pkgs/by-name/so/soju/package.nix | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/pkgs/by-name/so/soju/package.nix b/pkgs/by-name/so/soju/package.nix index ff8a63a8af97..7dcf633ecdf8 100644 --- a/pkgs/by-name/so/soju/package.nix +++ b/pkgs/by-name/so/soju/package.nix @@ -1,9 +1,10 @@ -{ lib -, buildGoModule -, fetchFromGitea -, installShellFiles -, scdoc -, nixosTests +{ + lib, + buildGoModule, + fetchFromGitea, + installShellFiles, + scdoc, + nixosTests, }: buildGoModule rec { @@ -56,7 +57,11 @@ buildGoModule rec { homepage = "https://soju.im"; changelog = "https://codeberg.org/emersion/soju/releases/tag/${src.rev}"; license = licenses.agpl3Only; - maintainers = with maintainers; [ azahi malte-v jtbx ]; + maintainers = with maintainers; [ + azahi + malte-v + jtbx + ]; mainProgram = "sojuctl"; }; }