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 = ''quri'';
|
||||
version = ''20200610-git'';
|
||||
baseName = "quri";
|
||||
version = "20200610-git";
|
||||
|
||||
description = ''Yet another URI library for Common Lisp'';
|
||||
description = "Yet another URI library for Common Lisp";
|
||||
|
||||
deps = [ args."alexandria" args."babel" args."cl-utilities" args."split-sequence" args."trivial-features" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/quri/2020-06-10/quri-20200610-git.tgz'';
|
||||
sha256 = ''1qv8x1m6m70jczvydfq9ws5zw3jw6y74s607vfrqaf0ck5rrwsk6'';
|
||||
url = "http://beta.quicklisp.org/archive/quri/2020-06-10/quri-20200610-git.tgz";
|
||||
sha256 = "1qv8x1m6m70jczvydfq9ws5zw3jw6y74s607vfrqaf0ck5rrwsk6";
|
||||
};
|
||||
|
||||
packageName = "quri";
|
||||
|
||||
Reference in New Issue
Block a user