summary refs log tree commit diff
path: root/pkgs/applications/kde/ksquares.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/ksquares.nix')
-rw-r--r--pkgs/applications/kde/ksquares.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/ksquares.nix b/pkgs/applications/kde/ksquares.nix
index 94a639a0d37..12d989befe1 100644
--- a/pkgs/applications/kde/ksquares.nix
+++ b/pkgs/applications/kde/ksquares.nix
@@ -4,7 +4,7 @@ mkDerivation {
   name = "ksquares";
   meta = with lib; {
     homepage = "https://kde.org/applications/en/games/org.kde.ksquares";
-    description = "KSquares is a game of Dots and Boxes";
+    description = "A game of Dots and Boxes";
     maintainers = with maintainers; [ freezeboy ];
     license = licenses.gpl2Plus;
     platforms = platforms.linux;