Merge pull request #233362 from qowoz/hx

helix: add maintainer
This commit is contained in:
Nick Cao
2023-05-22 02:14:11 -06:00
committed by GitHub
+1 -1
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 ];
};
}