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 = { meta = {
description = " description =
The h5py package is a Pythonic interface to the HDF5 binary data format. "Provides a Pythonic interface to the HDF5 binary data format";
";
homepage = "http://www.h5py.org/"; homepage = "http://www.h5py.org/";
license = stdenv.lib.licenses.bsd2; license = stdenv.lib.licenses.bsd2;
}; };