treewide: fix double quoted strings in meta.description

This commit is contained in:
Ben Siraphob
2021-01-16 11:29:30 +07:00
parent b3616bd964
commit 8dd78bb4fb
43 changed files with 43 additions and 43 deletions
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
preInstall="mkdir -p $out/lib/ladspa";
meta = {
description = ''a four-band parametric equaliser, which has the nice property of being stable even while parameters are being changed'';
description = "a four-band parametric equaliser, which has the nice property of being stable even while parameters are being changed";
longDescription = ''
Each section has an active/bypass switch, frequency, bandwidth and gain controls.
There is also a global bypass switch and gain control.