gerrit: Apply nixfmt

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer 2024-11-26 21:06:46 +01:00
parent a4633945f0
commit 47f6cf666d

View File

@ -1,4 +1,9 @@
{ lib, stdenv, fetchurl, nixosTests }:
{
lib,
stdenv,
fetchurl,
nixosTests,
}:
stdenv.mkDerivation rec {
pname = "gerrit";
@ -40,7 +45,10 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
description = "Web based code review and repository management for the git version control system";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
maintainers = with maintainers; [ flokli zimbatm ];
maintainers = with maintainers; [
flokli
zimbatm
];
platforms = platforms.unix;
};
}