about summary refs log tree commit diff
path: root/pkgs/applications/kde/kcharselect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kcharselect.nix')
-rw-r--r--pkgs/applications/kde/kcharselect.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kcharselect.nix b/pkgs/applications/kde/kcharselect.nix
index 54549aeb73caa..ae607c5fe49e4 100644
--- a/pkgs/applications/kde/kcharselect.nix
+++ b/pkgs/applications/kde/kcharselect.nix
@@ -10,7 +10,7 @@ mkDerivation {
     homepage = "https://apps.kde.org/kcharselect/";
     license = lib.licenses.gpl2Plus;
     maintainers = [ lib.maintainers.schmittlauch ];
-    description = "A tool to select special characters from all installed fonts and copy them into the clipboard";
+    description = "Tool to select special characters from all installed fonts and copy them into the clipboard";
     mainProgram = "kcharselect";
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];