tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lynx.meta.mainProgram: init
Alyssa Ross
2 years ago
7bcb119e
ddccd7aa
+1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
browsers
lynx
default.nix
+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
61
+
mainProgram = "lynx";
61
62
maintainers = with maintainers; [ ];
62
63
license = licenses.gpl2Plus;
63
64
platforms = platforms.unix;