Unverified Commit 3b56e232 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #233362 from qowoz/hx

helix: add maintainer
parents 4d5e7c98 c009c2bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}