summary refs log tree commit diff
path: root/pkgs/applications/audio/airwave/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/airwave/default.nix')
-rw-r--r--pkgs/applications/audio/airwave/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/airwave/default.nix b/pkgs/applications/audio/airwave/default.nix
index 1d91ad4d2be..176d1d4cfb3 100644
--- a/pkgs/applications/audio/airwave/default.nix
+++ b/pkgs/applications/audio/airwave/default.nix
@@ -83,7 +83,7 @@ multiStdenv.mkDerivation {
       protocol to correctly embed the plugin editor into the host
       window.
     '';
-    homepage = https://github.com/phantom-code/airwave;
+    homepage = "https://github.com/phantom-code/airwave";
     license = licenses.mit;
     platforms = [ "x86_64-linux" ];
     maintainers = with maintainers; [ michalrus ];