about 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 b90b7272b1ab0..7da1e066413b7 100644
--- a/pkgs/applications/audio/yasr/default.nix
+++ b/pkgs/applications/audio/yasr/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     homepage = "https://yasr.sourceforge.net";
-    description = "A general-purpose console screen reader";
+    description = "General-purpose console screen reader";
     longDescription = "Yasr is a general-purpose console screen reader for GNU/Linux and other Unix-like operating systems.";
     platforms = lib.platforms.linux;
     license = lib.licenses.gpl2;