3
0
Fork 0
forked from mirrors/nixpkgs

h5py: Adhere to package description convention

This commit is contained in:
Andreas Herrmann 2014-09-03 21:31:13 +02:00
parent f50c5602e9
commit 9ac9a06f13

View file

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