mg.meta.mainProgram: init

+1
+1
pkgs/applications/editors/mg/default.nix
··· 31 description = "Micro GNU/emacs, a portable version of the mg maintained by the OpenBSD team"; 32 homepage = "https://man.openbsd.org/OpenBSD-current/man1/mg.1"; 33 license = licenses.publicDomain; 34 platforms = platforms.all; 35 }; 36 }
··· 31 description = "Micro GNU/emacs, a portable version of the mg maintained by the OpenBSD team"; 32 homepage = "https://man.openbsd.org/OpenBSD-current/man1/mg.1"; 33 license = licenses.publicDomain; 34 + mainProgram = "mg"; 35 platforms = platforms.all; 36 }; 37 }