summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/lynx
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-08-17 18:50:26 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2017-08-17 18:54:13 +0200
commit6ebf2d4fc7496c18121c89e752f8780b218e683d (patch)
tree3607a549d12df25f97346378daf5a23f9e83c2c6 /pkgs/applications/networking/browsers/lynx
parent21eade1b02a9db0c2901b2ef560f106fb84723aa (diff)
downloadnixlib-6ebf2d4fc7496c18121c89e752f8780b218e683d.tar
nixlib-6ebf2d4fc7496c18121c89e752f8780b218e683d.tar.gz
nixlib-6ebf2d4fc7496c18121c89e752f8780b218e683d.tar.bz2
nixlib-6ebf2d4fc7496c18121c89e752f8780b218e683d.tar.lz
nixlib-6ebf2d4fc7496c18121c89e752f8780b218e683d.tar.xz
nixlib-6ebf2d4fc7496c18121c89e752f8780b218e683d.tar.zst
nixlib-6ebf2d4fc7496c18121c89e752f8780b218e683d.zip
lynx: meta fixups
Diffstat (limited to 'pkgs/applications/networking/browsers/lynx')
-rw-r--r--pkgs/applications/networking/browsers/lynx/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/lynx/default.nix b/pkgs/applications/networking/browsers/lynx/default.nix
index 58e4fd815fc5..ff09245ca51c 100644
--- a/pkgs/applications/networking/browsers/lynx/default.nix
+++ b/pkgs/applications/networking/browsers/lynx/default.nix
@@ -36,8 +36,9 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = http://lynx.isc.org/;
     description = "A text-mode web browser";
+    homepage = http://lynx.invisible-island.net/;
+    license = licenses.gpl2Plus;
     platforms = platforms.unix;
   };
 }