Merge pull request #108099 from siraben/double-quotes-fix

This commit is contained in:
Sandro
2021-01-16 11:27:58 +01:00
committed by GitHub
43 changed files with 43 additions and 43 deletions

View File

@@ -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];