summary refs log tree commit diff
path: root/pkgs/applications/science/misc/snakemake/default.nix
diff options
context:
space:
mode:
authorRenato Garcia <fgarcia.renato@gmail.com>2018-09-05 16:46:17 -0300
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-05 21:46:17 +0200
commit318c9296faff4ed6eec0ec508c696c4dc9a6598c (patch)
treec8756cb0057f2bc57e6e478deb671be65927cf63 /pkgs/applications/science/misc/snakemake/default.nix
parent32df8909e52e0a3df451e2c67b1211ed1ec9e01d (diff)
downloadnixpkgs-318c9296faff4ed6eec0ec508c696c4dc9a6598c.tar
nixpkgs-318c9296faff4ed6eec0ec508c696c4dc9a6598c.tar.gz
nixpkgs-318c9296faff4ed6eec0ec508c696c4dc9a6598c.tar.bz2
nixpkgs-318c9296faff4ed6eec0ec508c696c4dc9a6598c.tar.lz
nixpkgs-318c9296faff4ed6eec0ec508c696c4dc9a6598c.tar.xz
nixpkgs-318c9296faff4ed6eec0ec508c696c4dc9a6598c.tar.zst
nixpkgs-318c9296faff4ed6eec0ec508c696c4dc9a6598c.zip
snakemake: add maintainers (#46117)
Diffstat (limited to 'pkgs/applications/science/misc/snakemake/default.nix')
-rw-r--r--pkgs/applications/science/misc/snakemake/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/misc/snakemake/default.nix b/pkgs/applications/science/misc/snakemake/default.nix
index 6b0570814f2..6f04d436877 100644
--- a/pkgs/applications/science/misc/snakemake/default.nix
+++ b/pkgs/applications/science/misc/snakemake/default.nix
@@ -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 ];
   };
 }