treewide: fix double quoted strings in meta.description

This commit is contained in:
Ben Siraphob
2021-01-16 11:20:42 +07:00
parent b3616bd964
commit 8dd78bb4fb
43 changed files with 43 additions and 43 deletions

View File

@@ -51,7 +51,7 @@ stdenv.mkDerivation {
};
meta = {
description = ''Script used to wrap Common Lisp implementations'';
description = "Script used to wrap Common Lisp implementations";
maintainers = [stdenv.lib.maintainers.raskin];
};
}