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 = ''blackbird'';
|
||||
version = ''20160531-git'';
|
||||
baseName = "blackbird";
|
||||
version = "20160531-git";
|
||||
|
||||
description = ''A promise implementation for Common Lisp.'';
|
||||
description = "A promise implementation for Common Lisp.";
|
||||
|
||||
deps = [ args."vom" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/blackbird/2016-05-31/blackbird-20160531-git.tgz'';
|
||||
sha256 = ''0l053fb5fdz1q6dyfgys6nmbairc3aig4wjl5abpf8b1paf7gzq9'';
|
||||
url = "http://beta.quicklisp.org/archive/blackbird/2016-05-31/blackbird-20160531-git.tgz";
|
||||
sha256 = "0l053fb5fdz1q6dyfgys6nmbairc3aig4wjl5abpf8b1paf7gzq9";
|
||||
};
|
||||
|
||||
packageName = "blackbird";
|
||||
|
||||
Reference in New Issue
Block a user