treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
meta = {
|
||||
inherit (s) version;
|
||||
description = ''Import library for some old mac text documents'';
|
||||
description = "Import library for some old mac text documents";
|
||||
license = lib.licenses.mpl20 ;
|
||||
maintainers = [lib.maintainers.raskin];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user