From c009c2bc1da372716785b3afac0ff23a5660bf0d Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Mon, 22 May 2023 16:50:28 +1000 Subject: [PATCH] helix: add maintainer --- pkgs/applications/editors/helix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/helix/default.nix b/pkgs/applications/editors/helix/default.nix index 03ddac3b5ef0..1000b700a3e3 100644 --- a/pkgs/applications/editors/helix/default.nix +++ b/pkgs/applications/editors/helix/default.nix @@ -47,6 +47,6 @@ in rustPlatform.buildRustPackage { homepage = "https://helix-editor.com"; license = licenses.mpl20; mainProgram = "hx"; - maintainers = with maintainers; [ danth yusdacra ]; + maintainers = with maintainers; [ danth yusdacra zowoq ]; }; }