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 = ''idna'';
|
||||
version = ''20120107-git'';
|
||||
baseName = "idna";
|
||||
version = "20120107-git";
|
||||
|
||||
description = ''IDNA (international domain names) string encoding and decoding routines'';
|
||||
description = "IDNA (international domain names) string encoding and decoding routines";
|
||||
|
||||
deps = [ args."split-sequence" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/idna/2012-01-07/idna-20120107-git.tgz'';
|
||||
sha256 = ''0q9hja9v5q7z89p0bzm2whchn05hymn3255fr5zj3fkja8akma5c'';
|
||||
url = "http://beta.quicklisp.org/archive/idna/2012-01-07/idna-20120107-git.tgz";
|
||||
sha256 = "0q9hja9v5q7z89p0bzm2whchn05hymn3255fr5zj3fkja8akma5c";
|
||||
};
|
||||
|
||||
packageName = "idna";
|
||||
|
||||
Reference in New Issue
Block a user