diff --git a/pkgs/development/python-modules/hy/default.nix b/pkgs/development/python-modules/hy/default.nix index 5fba90e3e59e..9d76120520f3 100644 --- a/pkgs/development/python-modules/hy/default.nix +++ b/pkgs/development/python-modules/hy/default.nix @@ -73,6 +73,6 @@ buildPythonPackage rec { homepage = "https://hylang.org/"; changelog = "https://github.com/hylang/hy/releases/tag/${version}"; license = licenses.mit; - maintainers = with maintainers; [ fab mazurel nixy thiagokokada ]; + maintainers = with maintainers; [ mazurel nixy thiagokokada ]; }; }