Loading pkgs/development/python-modules/multimethod/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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; }; Loading Loading
pkgs/development/python-modules/multimethod/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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; }; Loading