mpi4py: Change description

This commit is contained in:
Andreas Herrmann 2014-09-04 18:47:57 +02:00
parent 9ac9a06f13
commit 3a38a9b127

View File

@ -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;
};