about summary refs log tree commit diff
path: root/pkgs/applications/science/biology/mrbayes/default.nix
diff options
context:
space:
mode:
authorPjotr Prins <pjotr.public01@thebird.nl>2008-10-07 15:12:06 +0000
committerPjotr Prins <pjotr.public01@thebird.nl>2008-10-07 15:12:06 +0000
commit3ce5cba9c79d8f62ee817aa2597dfe10c97bbaee (patch)
tree69bea1cdbc3393bc3e8b5b8109ca34efef815c3d /pkgs/applications/science/biology/mrbayes/default.nix
parentb3aa5d6bfc58eef848a589707fd9e363b2508dfb (diff)
Added pkgMaintainer info to these 'biology' section packages.
svn path=/nixpkgs/trunk/; revision=12987
Diffstat (limited to 'pkgs/applications/science/biology/mrbayes/default.nix')
-rw-r--r--pkgs/applications/science/biology/mrbayes/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/science/biology/mrbayes/default.nix b/pkgs/applications/science/biology/mrbayes/default.nix
index 3ea7cf5796f50..78295faf69a8e 100644
--- a/pkgs/applications/science/biology/mrbayes/default.nix
+++ b/pkgs/applications/science/biology/mrbayes/default.nix
@@ -16,6 +16,5 @@ stdenv.mkDerivation rec {
     longDescription = ''Bayesian inference of phylogeny is based upon a quantity called the posterior probability distribution of trees, which is the probability of a tree conditioned on the observations. The conditioning is accomplished using Bayes's theorem. The posterior probability distribution of trees is impossible to calculate analytically; instead, MrBayes uses a simulation technique called Markov chain Monte Carlo (or MCMC) to approximate the posterior probabilities of trees.'';
     license     = "GPL2";
     homepage    = http://mrbayes.csit.fsu.edu/;
-    pkgMaintainer  = http://biolib.open-bio.org;
   };
 }