treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
meta = {
|
||||
inherit (s) version;
|
||||
description = ''Gecko-based programmatically-driven browser'';
|
||||
description = "Gecko-based programmatically-driven browser";
|
||||
license = lib.licenses.mpl20 ;
|
||||
maintainers = [lib.maintainers.raskin];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user