We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a463394 commit 47f6cf6Copy full SHA for 47f6cf6
pkgs/by-name/ge/gerrit/package.nix
@@ -1,4 +1,9 @@
1
-{ lib, stdenv, fetchurl, nixosTests }:
+{
2
+ lib,
3
+ stdenv,
4
+ fetchurl,
5
+ nixosTests,
6
+}:
7
8
stdenv.mkDerivation rec {
9
pname = "gerrit";
@@ -40,7 +45,10 @@ stdenv.mkDerivation rec {
40
45
license = licenses.asl20;
41
46
description = "Web based code review and repository management for the git version control system";
42
47
sourceProvenance = with sourceTypes; [ binaryBytecode ];
43
- maintainers = with maintainers; [ flokli zimbatm ];
48
+ maintainers = with maintainers; [
49
+ flokli
50
+ zimbatm
51
+ ];
44
52
platforms = platforms.unix;
53
};
54
}
0 commit comments