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 023bf457774..5b7ab80d860 100644
--- a/pkgs/tools/audio/picotts/default.nix
+++ b/pkgs/tools/audio/picotts/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
   sourceRoot = "source/pico";
   preConfigure = "./autogen.sh";
   meta = {
-    description = "Text to speech voice sinthesizer from SVox.";
+    description = "Text to speech voice sinthesizer from SVox";
     homepage = "https://github.com/naggety/picotts";
     license = stdenv.lib.licenses.asl20;
     maintainers = [ stdenv.lib.maintainers.canndrew ];