helix: add maintainer

This commit is contained in:
zowoq 2023-05-22 16:50:28 +10:00
parent 2dee1073d9
commit c009c2bc1d

View file

@ -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 ];
};
}