mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
h5py: Change description
This commit is contained in:
parent
3a38a9b127
commit
4cae816420
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description =
|
description =
|
||||||
"Provides a Pythonic interface to the HDF5 binary data format";
|
"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;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user