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
@@ -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 ];
};
}