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 = ''clfswm'';
|
||||
version = ''20161204-git'';
|
||||
baseName = "clfswm";
|
||||
version = "20161204-git";
|
||||
|
||||
description = ''CLFSWM: Fullscreen Window Manager'';
|
||||
description = "CLFSWM: Fullscreen Window Manager";
|
||||
|
||||
deps = [ args."clx" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/clfswm/2016-12-04/clfswm-20161204-git.tgz'';
|
||||
sha256 = ''1jgz127721dgcv3qm1knc335gy04vzh9gl0hshp256rxi82cpp73'';
|
||||
url = "http://beta.quicklisp.org/archive/clfswm/2016-12-04/clfswm-20161204-git.tgz";
|
||||
sha256 = "1jgz127721dgcv3qm1knc335gy04vzh9gl0hshp256rxi82cpp73";
|
||||
};
|
||||
|
||||
packageName = "clfswm";
|
||||
|
||||
Reference in New Issue
Block a user