about summary refs log tree commit diff
path: root/pkgs/applications/audio/bshapr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/bshapr/default.nix')
-rw-r--r--pkgs/applications/audio/bshapr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/bshapr/default.nix b/pkgs/applications/audio/bshapr/default.nix
index d2206cf93b5ed..a2f96bc288c95 100644
--- a/pkgs/applications/audio/bshapr/default.nix
+++ b/pkgs/applications/audio/bshapr/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   installFlags = [ "PREFIX=$(out)" ];
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/sjaehn/BShapr;
+    homepage = "https://github.com/sjaehn/BShapr";
     description = "Beat / envelope shaper LV2 plugin";
     maintainers = [ maintainers.magnetophon ];
     platforms = platforms.linux;