mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python*Packages.msgpack-numpy: Update wrong description
This commit is contained in:
parent
f8d83938a7
commit
eb69c899e8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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;
|
homepage = https://github.com/lebedov/msgpack-numpy;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ aborsu ];
|
maintainers = with maintainers; [ aborsu ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue