treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = ''A collection of tools to work locally with CVS'';
|
||||
description = "A collection of tools to work locally with CVS";
|
||||
longDescription = ''
|
||||
cvsq is a collection of tools to work locally with CVS.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user