Merge pull request #66130 from Hodapp87/msgpack-numpy

python*Packages.msgpack-numpy: Update wrong description
This commit is contained in:
Mario Rodas 2019-08-05 19:57:08 -05:00 committed by GitHub
commit ee9ebd97c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
description = "Practical Machine Learning for NLP in Python";
description = "Numpy data type serialization using msgpack";
homepage = https://github.com/lebedov/msgpack-numpy;
license = licenses.bsd3;
maintainers = with maintainers; [ aborsu ];