0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

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