about summary refs log tree commit diff
path: root/pkgs/applications/audio/plugin-torture/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/plugin-torture/default.nix')
-rw-r--r--pkgs/applications/audio/plugin-torture/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/plugin-torture/default.nix b/pkgs/applications/audio/plugin-torture/default.nix
index f444ad6cb3236..3c852cf450e93 100644
--- a/pkgs/applications/audio/plugin-torture/default.nix
+++ b/pkgs/applications/audio/plugin-torture/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/cth103/plugin-torture;
+    homepage = "https://github.com/cth103/plugin-torture";
     description = "A tool to test LADSPA and LV2 plugins";
     license = licenses.gpl2;
     maintainers = [ maintainers.magnetophon ];