python3Packages.msgpack: add changelog to metadata
This commit is contained in:
parent
7f0b9be723
commit
636fc5f409
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ buildPythonPackage rec {
|
|||
meta = {
|
||||
homepage = "https://github.com/msgpack/msgpack-python";
|
||||
description = "MessagePack serializer implementation for Python";
|
||||
changelog = "https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst";
|
||||
license = lib.licenses.asl20;
|
||||
# maintainers = ?? ;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue