snakemake: add maintainers (#46117)

This commit is contained in:
Renato Garcia
2018-09-05 21:46:17 +02:00
committed by xeji
parent 32df8909e5
commit 318c9296fa
2 changed files with 6 additions and 0 deletions
+5
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";
@@ -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 ];
}; };
} }