treewide: fix double quoted strings in meta.description
This commit is contained in:
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ click ];
|
||||
|
||||
meta = with lib; {
|
||||
description = ''An Early-Algorithm Context-free grammar Parser'';
|
||||
description = "An Early-Algorithm Context-free grammar Parser";
|
||||
homepage = "https://github.com/rocky/python-spark";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [raskin];
|
||||
|
||||
Reference in New Issue
Block a user