summary refs log tree commit diff
path: root/pkgs/applications/audio/yasr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/yasr/default.nix')
-rw-r--r--pkgs/applications/audio/yasr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/yasr/default.nix b/pkgs/applications/audio/yasr/default.nix
index c8902f1dda4..68423197f3c 100644
--- a/pkgs/applications/audio/yasr/default.nix
+++ b/pkgs/applications/audio/yasr/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   ]; # taken from the debian yasr package
 
   meta = {
-    homepage = http://yasr.sourceforge.net;
+    homepage = "http://yasr.sourceforge.net";
     description = "A general-purpose console screen reader";
     longDescription = "Yasr is a general-purpose console screen reader for GNU/Linux and other Unix-like operating systems.";
     platforms = stdenv.lib.platforms.linux;