summary refs log tree commit diff
path: root/pkgs/applications/audio/x42-avldrums
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/x42-avldrums')
-rw-r--r--pkgs/applications/audio/x42-avldrums/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/x42-avldrums/default.nix b/pkgs/applications/audio/x42-avldrums/default.nix
index b34062672f9..fb05a50b4e5 100644
--- a/pkgs/applications/audio/x42-avldrums/default.nix
+++ b/pkgs/applications/audio/x42-avldrums/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Drum sample player LV2 plugin dedicated to Glen MacArthur's AVLdrums";
-    homepage = https://x42-plugins.com/x42/x42-avldrums;
+    homepage = "https://x42-plugins.com/x42/x42-avldrums";
     maintainers = with maintainers; [ magnetophon orivej ];
     license = licenses.gpl2Plus;
     platforms = platforms.linux;