about summary refs log tree commit diff
path: root/pkgs/tools/audio/wyoming/openwakeword.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/audio/wyoming/openwakeword.nix')
-rw-r--r--pkgs/tools/audio/wyoming/openwakeword.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/wyoming/openwakeword.nix b/pkgs/tools/audio/wyoming/openwakeword.nix
index 5237a1e179ed9..69f10f1d208fe 100644
--- a/pkgs/tools/audio/wyoming/openwakeword.nix
+++ b/pkgs/tools/audio/wyoming/openwakeword.nix
@@ -39,7 +39,7 @@ python3Packages.buildPythonApplication rec {
 
   meta = with lib; {
     changelog = "https://github.com/rhasspy/wyoming-openwakeword/blob/v${version}/CHANGELOG.md";
-    description = "An open source voice assistant toolkit for many human languages";
+    description = "Open source voice assistant toolkit for many human languages";
     homepage = "https://github.com/rhasspy/wyoming-openwakeword";
     license = licenses.mit;
     maintainers = with maintainers; [ hexa ];