gerrit: Apply nixfmt
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
a4633945f0
commit
47f6cf666d
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user