tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pepper: add 'pierrer' as a maintainer
Pierre Radermecker
9 years ago
de363e87
83fa5738
+5
-3
2 changed files
expand all
collapse all
unified
split
lib
maintainers.nix
pkgs
tools
admin
salt
pepper
default.nix
+1
lib/maintainers.nix
···
383
Phlogistique = "Noé Rubinstein <noe.rubinstein@gmail.com>";
384
phreedom = "Evgeny Egorochkin <phreedom@yandex.ru>";
385
phunehehe = "Hoang Xuan Phu <phunehehe@gmail.com>";
0
386
pierron = "Nicolas B. Pierron <nixos@nbp.name>";
387
piotr = "Piotr Pietraszkiewicz <ppietrasa@gmail.com>";
388
pjbarnoy = "Perry Barnoy <pjbarnoy@gmail.com>";
···
383
Phlogistique = "Noé Rubinstein <noe.rubinstein@gmail.com>";
384
phreedom = "Evgeny Egorochkin <phreedom@yandex.ru>";
385
phunehehe = "Hoang Xuan Phu <phunehehe@gmail.com>";
386
+
pierrer = "Pierre Radermecker <pierrer@pi3r.be>";
387
pierron = "Nicolas B. Pierron <nixos@nbp.name>";
388
piotr = "Piotr Pietraszkiewicz <ppietrasa@gmail.com>";
389
pjbarnoy = "Perry Barnoy <pjbarnoy@gmail.com>";
+4
-3
pkgs/tools/admin/salt/pepper/default.nix
···
10
url = "https://github.com/saltstack/pepper/releases/download/${version}/${name}.tar.gz";
11
sha256 = "0gf4v5y1kp16i1na4c9qw7cgrpsh21p8ldv9r6b8gdwcxzadxbck";
12
};
13
-
14
doCheck = false; # no tests available
15
16
-
meta = {
17
description = "A CLI front-end to a running salt-api system";
18
homepage = https://github.com/saltstack/pepper;
19
-
license = lib.licenses.asl20;
0
20
};
21
}
···
10
url = "https://github.com/saltstack/pepper/releases/download/${version}/${name}.tar.gz";
11
sha256 = "0gf4v5y1kp16i1na4c9qw7cgrpsh21p8ldv9r6b8gdwcxzadxbck";
12
};
13
+
14
doCheck = false; # no tests available
15
16
+
meta = with lib; {
17
description = "A CLI front-end to a running salt-api system";
18
homepage = https://github.com/saltstack/pepper;
19
+
maintainers = [ maintainers.pierrer ];
20
+
license = licenses.asl20;
21
};
22
}