mpi4py: Adhere to package description convention
This commit is contained in:
parent
728793ef0b
commit
f50c5602e9
@ -46,9 +46,8 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ openssh ];
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
Provides Python bindings for the Message Passing Interface standard.
|
||||
";
|
||||
description =
|
||||
"Provides Python bindings for the Message Passing Interface standard";
|
||||
homepage = "http://code.google.com/p/mpi4py/";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user