pepper: add 'pierrer' as a maintainer
This commit is contained in:
parent
83fa5738d5
commit
de363e8706
@ -383,6 +383,7 @@
|
|||||||
Phlogistique = "Noé Rubinstein <noe.rubinstein@gmail.com>";
|
Phlogistique = "Noé Rubinstein <noe.rubinstein@gmail.com>";
|
||||||
phreedom = "Evgeny Egorochkin <phreedom@yandex.ru>";
|
phreedom = "Evgeny Egorochkin <phreedom@yandex.ru>";
|
||||||
phunehehe = "Hoang Xuan Phu <phunehehe@gmail.com>";
|
phunehehe = "Hoang Xuan Phu <phunehehe@gmail.com>";
|
||||||
|
pierrer = "Pierre Radermecker <pierrer@pi3r.be>";
|
||||||
pierron = "Nicolas B. Pierron <nixos@nbp.name>";
|
pierron = "Nicolas B. Pierron <nixos@nbp.name>";
|
||||||
piotr = "Piotr Pietraszkiewicz <ppietrasa@gmail.com>";
|
piotr = "Piotr Pietraszkiewicz <ppietrasa@gmail.com>";
|
||||||
pjbarnoy = "Perry Barnoy <pjbarnoy@gmail.com>";
|
pjbarnoy = "Perry Barnoy <pjbarnoy@gmail.com>";
|
||||||
|
@ -10,12 +10,13 @@ python2Packages.buildPythonApplication rec {
|
|||||||
url = "https://github.com/saltstack/pepper/releases/download/${version}/${name}.tar.gz";
|
url = "https://github.com/saltstack/pepper/releases/download/${version}/${name}.tar.gz";
|
||||||
sha256 = "0gf4v5y1kp16i1na4c9qw7cgrpsh21p8ldv9r6b8gdwcxzadxbck";
|
sha256 = "0gf4v5y1kp16i1na4c9qw7cgrpsh21p8ldv9r6b8gdwcxzadxbck";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false; # no tests available
|
doCheck = false; # no tests available
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "A CLI front-end to a running salt-api system";
|
description = "A CLI front-end to a running salt-api system";
|
||||||
homepage = https://github.com/saltstack/pepper;
|
homepage = https://github.com/saltstack/pepper;
|
||||||
license = lib.licenses.asl20;
|
maintainers = [ maintainers.pierrer ];
|
||||||
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user