treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''kmrcl'';
|
||||
version = ''20201016-git'';
|
||||
baseName = "kmrcl";
|
||||
version = "20201016-git";
|
||||
|
||||
parasites = [ "kmrcl/test" ];
|
||||
|
||||
description = ''System lacks description'';
|
||||
description = "System lacks description";
|
||||
|
||||
deps = [ args."rt" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/kmrcl/2020-10-16/kmrcl-20201016-git.tgz'';
|
||||
sha256 = ''0i0k61385hrzbg15qs1wprz6sis7mx2abxv1hqcc2f53rqm9b2hf'';
|
||||
url = "http://beta.quicklisp.org/archive/kmrcl/2020-10-16/kmrcl-20201016-git.tgz";
|
||||
sha256 = "0i0k61385hrzbg15qs1wprz6sis7mx2abxv1hqcc2f53rqm9b2hf";
|
||||
};
|
||||
|
||||
packageName = "kmrcl";
|
||||
|
||||
Reference in New Issue
Block a user