treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ buildPythonApplication rec {
|
||||
|
||||
propagatedBuildInputs = [ docopt anytree ];
|
||||
|
||||
postPatch = '' patchShebangs . '';
|
||||
postPatch = "patchShebangs . ";
|
||||
|
||||
meta = with lib; {
|
||||
description = "The command line catalog tool for your offline data";
|
||||
|
||||
Reference in New Issue
Block a user