snakemake: add maintainers (#46117)

wip/yesman
Renato Garcia 6 years ago committed by xeji
parent 32df8909e5
commit 318c9296fa
  1. 5
      maintainers/maintainer-list.nix
  2. 1
      pkgs/applications/science/misc/snakemake/default.nix

@ -3396,6 +3396,11 @@
github = "relrod";
name = "Ricky Elrod";
};
renatoGarcia = {
email = "fgarcia.renato@gmail.com";
github = "renatoGarcia";
name = "Renato Garcia";
};
renzo = {
email = "renzocarbonara@gmail.com";
github = "k0001";

@ -37,5 +37,6 @@ python.buildPythonPackage rec {
workflows are essentially Python scripts extended by declarative code to define
rules. Rules describe how to create output files from input files.
'';
maintainers = with maintainers; [ helkafen renatoGarcia ];
};
}

Loading…
Cancel
Save