python*Packages.msgpack-numpy: Update wrong description

This commit is contained in:
Chris Hodapp 2019-08-05 18:14:33 -04:00
parent f8d83938a7
commit eb69c899e8

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 ];