about summary refs log tree commit diff
path: root/pkgs/tools/audio/picotts/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/audio/picotts/default.nix')
-rw-r--r--pkgs/tools/audio/picotts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/picotts/default.nix b/pkgs/tools/audio/picotts/default.nix
index d1b055f1d5f46..023bf4577740d 100644
--- a/pkgs/tools/audio/picotts/default.nix
+++ b/pkgs/tools/audio/picotts/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
   preConfigure = "./autogen.sh";
   meta = {
     description = "Text to speech voice sinthesizer from SVox.";
-    homepage = https://github.com/naggety/picotts;
+    homepage = "https://github.com/naggety/picotts";
     license = stdenv.lib.licenses.asl20;
     maintainers = [ stdenv.lib.maintainers.canndrew ];
     platforms = stdenv.lib.platforms.linux;