about summary refs log tree commit diff
path: root/pkgs/applications/audio/caps/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/caps/default.nix')
-rw-r--r--pkgs/applications/audio/caps/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/caps/default.nix b/pkgs/applications/audio/caps/default.nix
index eabbf86683752..dc8511bf5007e 100644
--- a/pkgs/applications/audio/caps/default.nix
+++ b/pkgs/applications/audio/caps/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
       considerations are latency-free realtime operation, modesty of
       resource demands and meaningful control interfaces.
     '';
-    homepage = http://www.quitte.de/dsp/caps.html;
+    homepage = "http://www.quitte.de/dsp/caps.html";
     license = stdenv.lib.licenses.gpl3;
     maintainers = [ stdenv.lib.maintainers.astsmtl ];
     platforms = stdenv.lib.platforms.linux;