treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''pythonic-string-reader'';
|
||||
version = ''20180711-git'';
|
||||
baseName = "pythonic-string-reader";
|
||||
version = "20180711-git";
|
||||
|
||||
description = ''A simple and unintrusive read table modification that allows for
|
||||
simple string literal definition that doesn't require escaping characters.'';
|
||||
@@ -9,8 +9,8 @@ simple string literal definition that doesn't require escaping characters.'';
|
||||
deps = [ args."named-readtables" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/pythonic-string-reader/2018-07-11/pythonic-string-reader-20180711-git.tgz'';
|
||||
sha256 = ''0gr6sbkmfwca9r0xa5vczjm4s9psbrqy5hvijkp5g42b0b7x5myx'';
|
||||
url = "http://beta.quicklisp.org/archive/pythonic-string-reader/2018-07-11/pythonic-string-reader-20180711-git.tgz";
|
||||
sha256 = "0gr6sbkmfwca9r0xa5vczjm4s9psbrqy5hvijkp5g42b0b7x5myx";
|
||||
};
|
||||
|
||||
packageName = "pythonic-string-reader";
|
||||
|
||||
Reference in New Issue
Block a user