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,15 +1,15 @@
args @ { fetchurl, ... }:
rec {
baseName = ''html-encode'';
version = ''1.2'';
baseName = "html-encode";
version = "1.2";
description = ''A library for encoding text in various web-savvy encodings.'';
description = "A library for encoding text in various web-savvy encodings.";
deps = [ ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/html-encode/2010-10-06/html-encode-1.2.tgz'';
sha256 = ''06mf8wn95yf5swhmzk4vp0xr4ylfl33dgfknkabbkd8n6jns8gcf'';
url = "http://beta.quicklisp.org/archive/html-encode/2010-10-06/html-encode-1.2.tgz";
sha256 = "06mf8wn95yf5swhmzk4vp0xr4ylfl33dgfknkabbkd8n6jns8gcf";
};
packageName = "html-encode";