summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-05-22 02:14:11 -0600
committerGitHub <noreply@github.com>2023-05-22 02:14:11 -0600
commit3b56e2327fdbb3917010654d75a7620ffa2f4f09 (patch)
tree05d99c31bbd8557439cac623f637d783851de63b /pkgs
parent4d5e7c9884db9298802dde3fd8b4f26d85146a8a (diff)
parentc009c2bc1da372716785b3afac0ff23a5660bf0d (diff)
Merge pull request #233362 from qowoz/hx
helix: add maintainer
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/helix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/helix/default.nix b/pkgs/applications/editors/helix/default.nix
index 03ddac3b5ef08..1000b700a3e33 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 ];
   };
 }