python3Packages.multimethod: fix meta.changelog

This commit is contained in:
Robert Schütz
2025-12-06 12:13:54 -08:00
parent 67f26780c1
commit dc78a21c3b
@@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Multiple argument dispatching";
homepage = "https://coady.github.io/multimethod/";
changelog = "https://github.com/coady/multimethod/tree/${src.tag}#changes";
changelog = "https://github.com/coady/multimethod/blob/${src.tag}/CHANGELOG.md";
license = licenses.asl20;
maintainers = [ ];
};