snakemake: add maintainers (#46117)
This commit is contained in:
parent
32df8909e5
commit
318c9296fa
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue