treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''cl-dot'';
|
||||
version = ''20200925-git'';
|
||||
baseName = "cl-dot";
|
||||
version = "20200925-git";
|
||||
|
||||
description = ''Generate Dot Output from Arbitrary Lisp Data'';
|
||||
description = "Generate Dot Output from Arbitrary Lisp Data";
|
||||
|
||||
deps = [ args."uiop" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/cl-dot/2020-09-25/cl-dot-20200925-git.tgz'';
|
||||
sha256 = ''01vx4yzasmgswrlyagjr2cz76g906jsijdwikdf8wvxyyq77gkla'';
|
||||
url = "http://beta.quicklisp.org/archive/cl-dot/2020-09-25/cl-dot-20200925-git.tgz";
|
||||
sha256 = "01vx4yzasmgswrlyagjr2cz76g906jsijdwikdf8wvxyyq77gkla";
|
||||
};
|
||||
|
||||
packageName = "cl-dot";
|
||||
|
||||
Reference in New Issue
Block a user