about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/audio/x42-gmsynth/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/audio/x42-gmsynth/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/audio/x42-gmsynth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/audio/x42-gmsynth/default.nix b/nixpkgs/pkgs/applications/audio/x42-gmsynth/default.nix
index 33d61eeb35f6..7a96e3fd4f2f 100644
--- a/nixpkgs/pkgs/applications/audio/x42-gmsynth/default.nix
+++ b/nixpkgs/pkgs/applications/audio/x42-gmsynth/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Chris Colins' General User soundfont player LV2 plugin";
-    homepage = https://x42-plugins.com/x42/x42-gmsynth;
+    homepage = "https://x42-plugins.com/x42/x42-gmsynth";
     maintainers = with maintainers; [ orivej ];
     license = licenses.gpl2Plus;
     platforms = platforms.linux;