lynx: meta fixups

This commit is contained in:
Joachim Fasting 2017-08-17 18:50:26 +02:00
parent 21eade1b02
commit 6ebf2d4fc7
No known key found for this signature in database
GPG Key ID: 66EAB6B14F6B6E0D

View File

@ -36,8 +36,9 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://lynx.isc.org/;
description = "A text-mode web browser"; description = "A text-mode web browser";
homepage = http://lynx.invisible-island.net/;
license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }