treewide: fix double quoted strings in meta.description

Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
volth
2021-01-24 19:56:59 +07:00
committed by Ben Siraphob
parent 513a3ea665
commit bc0d605cf1
563 changed files with 1884 additions and 1911 deletions
@@ -1,17 +1,17 @@
args @ { fetchurl, ... }:
rec {
baseName = ''chanl'';
version = ''20201016-git'';
baseName = "chanl";
version = "20201016-git";
parasites = [ "chanl/examples" "chanl/tests" ];
description = ''Communicating Sequential Process support for Common Lisp'';
description = "Communicating Sequential Process support for Common Lisp";
deps = [ args."alexandria" args."bordeaux-threads" args."fiveam" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/chanl/2020-10-16/chanl-20201016-git.tgz'';
sha256 = ''13kmk6q20kkwy8z3fy0sv57076xf5nls3qx31yp47vaxhn9p11a1'';
url = "http://beta.quicklisp.org/archive/chanl/2020-10-16/chanl-20201016-git.tgz";
sha256 = "13kmk6q20kkwy8z3fy0sv57076xf5nls3qx31yp47vaxhn9p11a1";
};
packageName = "chanl";