ttylog: fix typo in homepage
This commit is contained in:
parent
7c58d12616
commit
4cce954c50
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://ttylog.sourceforg.net;
|
homepage = http://ttylog.sourceforge.net;
|
||||||
description = "Simple serial port logger";
|
description = "Simple serial port logger";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
A serial port logger which can be used to print everything to stdout
|
A serial port logger which can be used to print everything to stdout
|
||||||
|
Loading…
Reference in New Issue
Block a user