summary refs log tree commit diff
path: root/pkgs/applications/science/biology/paml
diff options
context:
space:
mode:
authorPjotr Prins <pjotr.public01@thebird.nl>2008-10-07 15:12:01 +0000
committerPjotr Prins <pjotr.public01@thebird.nl>2008-10-07 15:12:01 +0000
commitb3aa5d6bfc58eef848a589707fd9e363b2508dfb (patch)
treed2c1e2727e6e39cadbbdb1a1d86fd859630afc90 /pkgs/applications/science/biology/paml
parent4ab58fc7f33975b9640cc6de17cccf741b26488a (diff)
downloadnixpkgs-b3aa5d6bfc58eef848a589707fd9e363b2508dfb.tar
nixpkgs-b3aa5d6bfc58eef848a589707fd9e363b2508dfb.tar.gz
nixpkgs-b3aa5d6bfc58eef848a589707fd9e363b2508dfb.tar.bz2
nixpkgs-b3aa5d6bfc58eef848a589707fd9e363b2508dfb.tar.lz
nixpkgs-b3aa5d6bfc58eef848a589707fd9e363b2508dfb.tar.xz
nixpkgs-b3aa5d6bfc58eef848a589707fd9e363b2508dfb.tar.zst
nixpkgs-b3aa5d6bfc58eef848a589707fd9e363b2508dfb.zip
Added meta.pkgMaintainer to biology packages - a claim to fame, or
you know who to blame!

svn path=/nixpkgs/trunk/; revision=12986
Diffstat (limited to 'pkgs/applications/science/biology/paml')
-rw-r--r--pkgs/applications/science/biology/paml/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/biology/paml/default.nix b/pkgs/applications/science/biology/paml/default.nix
index dc1bb206aaf..225d2870474 100644
--- a/pkgs/applications/science/biology/paml/default.nix
+++ b/pkgs/applications/science/biology/paml/default.nix
@@ -28,5 +28,6 @@ stdenv.mkDerivation {
     longDescription = ''PAML is a package of programs for phylogenetic analyses of DNA or protein sequences using maximum likelihood. It is maintained and distributed for academic use free of charge by Ziheng Yang. ANSI C source codes are distributed for UNIX/Linux/Mac OSX, and executables are provided for MS Windows. PAML is not good for tree making. It may be used to estimate parameters and test hypotheses to study the evolutionary process, when you have reconstructed trees using other programs such as PAUP*, PHYLIP, MOLPHY, PhyML, RaxML, etc.'';
     license     = "non-commercial";
     homepage    = http://abacus.gene.ucl.ac.uk/software/paml.html; 
+    pkgMaintainer = http://biolib.open-bio.org/;
   };
 }