summary refs log tree commit diff
path: root/pkgs/applications/audio/ladspa-sdk/ladspah.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/ladspa-sdk/ladspah.nix')
-rw-r--r--pkgs/applications/audio/ladspa-sdk/ladspah.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/ladspa-sdk/ladspah.nix b/pkgs/applications/audio/ladspa-sdk/ladspah.nix
index 3fad5de1de5..d51aa3b75e1 100644
--- a/pkgs/applications/audio/ladspa-sdk/ladspah.nix
+++ b/pkgs/applications/audio/ladspa-sdk/ladspah.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
       The ladspa.h API header file from the LADSPA SDK.
       For the full SDK, use the ladspa-sdk package.
     '';
-    homepage = http://www.ladspa.org/ladspa_sdk/overview.html;
+    homepage = "http://www.ladspa.org/ladspa_sdk/overview.html";
     license = stdenv.lib.licenses.lgpl2;
     maintainers = [ stdenv.lib.maintainers.magnetophon ];
     platforms = stdenv.lib.platforms.all;