snakemake: add maintainers (#46117)

This commit is contained in:
Renato Garcia 2018-09-05 16:46:17 -03:00 committed by xeji
parent 32df8909e5
commit 318c9296fa
2 changed files with 6 additions and 0 deletions

View file

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

View file

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