about summary refs log tree commit diff
path: root/pkgs/applications/editors/micro
diff options
context:
space:
mode:
authorAustin Horstman <khaneliman12@gmail.com>2023-08-04 11:44:05 -0500
committerAustin Horstman <khaneliman12@gmail.com>2023-08-04 11:44:05 -0500
commit58920127ca39e4b4218d73b4f38821bfdd6878b8 (patch)
tree104511e580cd8b4e2536eaaf5ea2320db64e1508 /pkgs/applications/editors/micro
parentaba58df4dffb854390ff8a34c1a5d1fc610f0235 (diff)
treewide: add meta.mainProgram to editors
Diffstat (limited to 'pkgs/applications/editors/micro')
-rw-r--r--pkgs/applications/editors/micro/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/micro/default.nix b/pkgs/applications/editors/micro/default.nix
index 081b038e2307d..d4dbb4d97cca1 100644
--- a/pkgs/applications/editors/micro/default.nix
+++ b/pkgs/applications/editors/micro/default.nix
@@ -41,5 +41,6 @@ buildGoModule rec {
     description = "Modern and intuitive terminal-based text editor";
     license = licenses.mit;
     maintainers = with maintainers; [ dtzWill ];
+    mainProgram = "micro";
   };
 }