python310Packages.multimethod: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-21 19:33:09 +01:00
parent 4375ddbf1f
commit 96ba652a1c

View file

@ -31,7 +31,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Multiple argument dispatching";
homepage = "https://github.com/coady/multimethod";
homepage = "https://coady.github.io/multimethod/";
changelog = "https://github.com/coady/multimethod/tree/v${version}#changes";
license = licenses.asl20;
maintainers = teams.determinatesystems.members;
};