summary refs log tree commit diff
path: root/pkgs/applications/audio/AMB-plugins/default.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-16 11:27:58 +0100
committerGitHub <noreply@github.com>2021-01-16 11:27:58 +0100
commita9bb54359eeedf2594fdf191de5b673fd1dd102d (patch)
tree3dc0c0a7ceae5546dd7f93b430d3b2d8bd5819fc /pkgs/applications/audio/AMB-plugins/default.nix
parent249db9f8a74ed32f93b25ba5dd17503e4ca96fb2 (diff)
parent8dd78bb4fbb51227c3bf3547add972c175e83ba9 (diff)
downloadnixpkgs-a9bb54359eeedf2594fdf191de5b673fd1dd102d.tar
nixpkgs-a9bb54359eeedf2594fdf191de5b673fd1dd102d.tar.gz
nixpkgs-a9bb54359eeedf2594fdf191de5b673fd1dd102d.tar.bz2
nixpkgs-a9bb54359eeedf2594fdf191de5b673fd1dd102d.tar.lz
nixpkgs-a9bb54359eeedf2594fdf191de5b673fd1dd102d.tar.xz
nixpkgs-a9bb54359eeedf2594fdf191de5b673fd1dd102d.tar.zst
nixpkgs-a9bb54359eeedf2594fdf191de5b673fd1dd102d.zip
Merge pull request #108099 from siraben/double-quotes-fix
Diffstat (limited to 'pkgs/applications/audio/AMB-plugins/default.nix')
-rw-r--r--pkgs/applications/audio/AMB-plugins/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/AMB-plugins/default.nix b/pkgs/applications/audio/AMB-plugins/default.nix
index 2e2af8f3a9a..eac2b4c783b 100644
--- a/pkgs/applications/audio/AMB-plugins/default.nix
+++ b/pkgs/applications/audio/AMB-plugins/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   preInstall="mkdir -p $out/lib/ladspa";
 
   meta = {
-    description = ''A set of ambisonics ladspa plugins'';
+    description = "A set of ambisonics ladspa plugins";
     longDescription = ''
       Mono and stereo to B-format panning, horizontal rotator, square, hexagon and cube decoders.
     '';