Skip to content

Commit 47f6cf6

Browse files
committed
gerrit: Apply nixfmt
Signed-off-by: Felix Singer <[email protected]>
1 parent a463394 commit 47f6cf6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

pkgs/by-name/ge/gerrit/package.nix

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
{ lib, stdenv, fetchurl, nixosTests }:
1+
{
2+
lib,
3+
stdenv,
4+
fetchurl,
5+
nixosTests,
6+
}:
27

38
stdenv.mkDerivation rec {
49
pname = "gerrit";
@@ -40,7 +45,10 @@ stdenv.mkDerivation rec {
4045
license = licenses.asl20;
4146
description = "Web based code review and repository management for the git version control system";
4247
sourceProvenance = with sourceTypes; [ binaryBytecode ];
43-
maintainers = with maintainers; [ flokli zimbatm ];
48+
maintainers = with maintainers; [
49+
flokli
50+
zimbatm
51+
];
4452
platforms = platforms.unix;
4553
};
4654
}

0 commit comments

Comments
 (0)