pepper: add 'pierrer' as a maintainer

+5 -3
+1
lib/maintainers.nix
··· 383 383 Phlogistique = "Noé Rubinstein <noe.rubinstein@gmail.com>"; 384 384 phreedom = "Evgeny Egorochkin <phreedom@yandex.ru>"; 385 385 phunehehe = "Hoang Xuan Phu <phunehehe@gmail.com>"; 386 + pierrer = "Pierre Radermecker <pierrer@pi3r.be>"; 386 387 pierron = "Nicolas B. Pierron <nixos@nbp.name>"; 387 388 piotr = "Piotr Pietraszkiewicz <ppietrasa@gmail.com>"; 388 389 pjbarnoy = "Perry Barnoy <pjbarnoy@gmail.com>";
+4 -3
pkgs/tools/admin/salt/pepper/default.nix
··· 10 10 url = "https://github.com/saltstack/pepper/releases/download/${version}/${name}.tar.gz"; 11 11 sha256 = "0gf4v5y1kp16i1na4c9qw7cgrpsh21p8ldv9r6b8gdwcxzadxbck"; 12 12 }; 13 - 13 + 14 14 doCheck = false; # no tests available 15 15 16 - meta = { 16 + meta = with lib; { 17 17 description = "A CLI front-end to a running salt-api system"; 18 18 homepage = https://github.com/saltstack/pepper; 19 - license = lib.licenses.asl20; 19 + maintainers = [ maintainers.pierrer ]; 20 + license = licenses.asl20; 20 21 }; 21 22 }