Move some excess description to longDescription

This commit is contained in:
Tobias Geerinckx-Rice
2016-01-12 03:08:10 +01:00
parent 14c8a6f32d
commit 464f327aa6
4 changed files with 21 additions and 4 deletions
+5 -1
View File
@@ -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 ];