Commit c009c2bc authored by zowoq's avatar zowoq
Browse files

helix: add maintainer

parent 2dee1073
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 ];
  };
}