treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://ttylog.sourceforge.net;
|
||||
homepage = "http://ttylog.sourceforge.net";
|
||||
description = "Simple serial port logger";
|
||||
longDescription = ''
|
||||
A serial port logger which can be used to print everything to stdout
|
||||
|
||||
Reference in New Issue
Block a user