python3Packages.msgpack: add changelog to metadata

This commit is contained in:
Fabian Affolter 2020-12-21 22:47:34 +01:00
parent 7f0b9be723
commit 636fc5f409

View file

@ -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 = ?? ;
};