treewide: fix double quoted strings in meta.description
This commit is contained in:
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = ''Qt installer framework'';
|
||||
description = "Qt installer framework";
|
||||
inherit (qtbase.meta) platforms license homepage;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user