pepper: add 'pierrer' as a maintainer

This commit is contained in:
Pierre Radermecker 2017-03-09 10:44:39 +01:00
parent 83fa5738d5
commit de363e8706
2 changed files with 5 additions and 3 deletions

View File

@ -383,6 +383,7 @@
Phlogistique = "Noé Rubinstein <noe.rubinstein@gmail.com>";
phreedom = "Evgeny Egorochkin <phreedom@yandex.ru>";
phunehehe = "Hoang Xuan Phu <phunehehe@gmail.com>";
pierrer = "Pierre Radermecker <pierrer@pi3r.be>";
pierron = "Nicolas B. Pierron <nixos@nbp.name>";
piotr = "Piotr Pietraszkiewicz <ppietrasa@gmail.com>";
pjbarnoy = "Perry Barnoy <pjbarnoy@gmail.com>";

View File

@ -13,9 +13,10 @@ python2Packages.buildPythonApplication rec {
doCheck = false; # no tests available
meta = {
meta = with lib; {
description = "A CLI front-end to a running salt-api system";
homepage = https://github.com/saltstack/pepper;
license = lib.licenses.asl20;
maintainers = [ maintainers.pierrer ];
license = licenses.asl20;
};
}