Merge pull request #133437 from legendofmiracles/hx

This commit is contained in:
Sandro
2021-08-11 11:13:38 +02:00
committed by GitHub
@@ -20,6 +20,7 @@ rustPlatform.buildRustPackage rec {
description = "A post-modern modal text editor";
homepage = "https://helix-editor.com";
license = licenses.mpl20;
mainProgram = "hx";
maintainers = with maintainers; [ yusdacra ];
};
}