treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = ''Console NOS Teletekst viewer in Python'';
|
||||
description = "Console NOS Teletekst viewer in Python";
|
||||
longDescription = ''
|
||||
Small Python app using curses to display Dutch NOS Teletekst on
|
||||
the Linux console. The original Teletekst font includes 2x6
|
||||
|
||||
Reference in New Issue
Block a user