about summary refs log tree commit diff
path: root/pkgs/development/python-modules/mpi4py/default.nix
diff options
context:
space:
mode:
authorAndreas Herrmann <andreash87@gmx.ch>2014-09-04 18:47:57 +0200
committerAndreas Herrmann <andreash87@gmx.ch>2014-09-04 18:47:57 +0200
commit3a38a9b127fd36db20e1a9b1f0eab2a5fd5086d9 (patch)
tree168ee116ec28fa66a575422456ed4dd2d03c8fe9 /pkgs/development/python-modules/mpi4py/default.nix
parent9ac9a06f13a1126c16df95f4f727eee5ea51396e (diff)
mpi4py: Change description
Diffstat (limited to 'pkgs/development/python-modules/mpi4py/default.nix')
-rw-r--r--pkgs/development/python-modules/mpi4py/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/mpi4py/default.nix b/pkgs/development/python-modules/mpi4py/default.nix
index 4422c4e9f37a1..ec181652da668 100644
--- a/pkgs/development/python-modules/mpi4py/default.nix
+++ b/pkgs/development/python-modules/mpi4py/default.nix
@@ -47,7 +47,7 @@ buildPythonPackage rec {
 
   meta = {
     description =
-      "Provides Python bindings for the Message Passing Interface standard";
+      "Python bindings for the Message Passing Interface standard";
     homepage = "http://code.google.com/p/mpi4py/";
     license = stdenv.lib.licenses.bsd3;
   };