From 464f327aa6b504526ef5526f1968491c4d44de90 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 11 Jan 2016 23:15:17 +0100 Subject: Move some excess description to longDescription --- pkgs/tools/misc/ttylog/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pkgs/tools/misc/ttylog') diff --git a/pkgs/tools/misc/ttylog/default.nix b/pkgs/tools/misc/ttylog/default.nix index 16db6b62eb7..ab7ab2b68c3 100644 --- a/pkgs/tools/misc/ttylog/default.nix +++ b/pkgs/tools/misc/ttylog/default.nix @@ -15,7 +15,11 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = "http://ttylog.sourceforg.net"; - description = "a serial port logger which can be used to print everything to stdout that comes from a serial device"; + description = "Simple serial port logger"; + longDescription = '' + A serial port logger which can be used to print everything to stdout + that comes from a serial device. + ''; license = licenses.gpl2; platforms = platforms.linux; maintainers = with maintainers; [ wkennington ]; -- cgit 1.4.1