about summary refs log tree commit diff
path: root/pkgs/applications/audio/svox
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-04-30 02:58:00 +0300
committerNikolay Amiantov <ab@fmap.me>2016-04-30 03:12:32 +0300
commit938d64f1f386c8d9f82c06c55e78de697de2e781 (patch)
tree39a1e157591a716bdc845392a3f76a19dc2513aa /pkgs/applications/audio/svox
parent190eaea73972aee1ce3fd27ef449845fb6ba1bc7 (diff)
downloadnixlib-938d64f1f386c8d9f82c06c55e78de697de2e781.tar
nixlib-938d64f1f386c8d9f82c06c55e78de697de2e781.tar.gz
nixlib-938d64f1f386c8d9f82c06c55e78de697de2e781.tar.bz2
nixlib-938d64f1f386c8d9f82c06c55e78de697de2e781.tar.lz
nixlib-938d64f1f386c8d9f82c06c55e78de697de2e781.tar.xz
nixlib-938d64f1f386c8d9f82c06c55e78de697de2e781.tar.zst
nixlib-938d64f1f386c8d9f82c06c55e78de697de2e781.zip
quote URLs in my packages to ease opening them from urxvt
Diffstat (limited to 'pkgs/applications/audio/svox')
-rw-r--r--pkgs/applications/audio/svox/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/svox/default.nix b/pkgs/applications/audio/svox/default.nix
index f8258dd10abd..90e7d41a97b9 100644
--- a/pkgs/applications/audio/svox/default.nix
+++ b/pkgs/applications/audio/svox/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Text-to-speech engine";
-    homepage = https://android.googlesource.com/platform/external/svox;
+    homepage = "https://android.googlesource.com/platform/external/svox";
     platforms = platforms.linux;
     license = licenses.asl20;
     maintainers = with maintainers; [ abbradar ];