python310Packages.msgpack: update changelog entry

This commit is contained in:
Fabian Affolter 2023-03-09 11:24:47 +01:00
parent a0e4a5194b
commit 78fff5c9d4

View file

@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "MessagePack serializer implementation";
homepage = "https://github.com/msgpack/msgpack-python";
changelog = "https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst";
changelog = "https://github.com/msgpack/msgpack-python/blob/v${version}/ChangeLog.rst";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};