Commit 96ba652a authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.multimethod: add changelog to meta

parent 4375ddbf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
  };