soju: apply nixfmt

This commit is contained in:
Azat Bahawi 2024-07-21 14:07:50 +03:00
parent f9dbb6c227
commit cf67494876
No known key found for this signature in database
GPG Key ID: C8C6BDDB3847F72B

View File

@ -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";
};
}