lynx.meta.mainProgram: init

+1
+1
pkgs/applications/networking/browsers/lynx/default.nix
··· 58 58 meta = with lib; { 59 59 description = "A text-mode web browser"; 60 60 homepage = "https://lynx.invisible-island.net/"; 61 + mainProgram = "lynx"; 61 62 maintainers = with maintainers; [ ]; 62 63 license = licenses.gpl2Plus; 63 64 platforms = platforms.unix;