forked from mirrors/nixpkgs
h5py: Adhere to package description convention
This commit is contained in:
parent
f50c5602e9
commit
9ac9a06f13
|
@ -34,9 +34,8 @@ buildPythonPackage rec {
|
|||
;
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
The h5py package is a Pythonic interface to the HDF5 binary data format.
|
||||
";
|
||||
description =
|
||||
"Provides a Pythonic interface to the HDF5 binary data format";
|
||||
homepage = "http://www.h5py.org/";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue