about summary refs log tree commit diff
path: root/pkgs/applications/audio/sound-juicer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/sound-juicer/default.nix')
-rw-r--r--pkgs/applications/audio/sound-juicer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/sound-juicer/default.nix b/pkgs/applications/audio/sound-juicer/default.nix
index 20c8a83676ef0..dcad0cec1e81a 100644
--- a/pkgs/applications/audio/sound-juicer/default.nix
+++ b/pkgs/applications/audio/sound-juicer/default.nix
@@ -32,7 +32,7 @@ in stdenv.mkDerivation rec{
 
   meta = with stdenv.lib; {
     description = "A Gnome CD Ripper";
-    homepage = https://wiki.gnome.org/Apps/SoundJuicer;
+    homepage = "https://wiki.gnome.org/Apps/SoundJuicer";
     maintainers = [ maintainers.bdimcheff ];
     license = licenses.gpl2;
     platforms = platforms.linux;