about summary refs log tree commit diff
path: root/pkgs/applications/science/biology/mrbayes/default.nix
diff options
context:
space:
mode:
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;
   };
 }