summary refs log tree commit diff
path: root/pkgs/applications/kde/kbounce.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kbounce.nix')
-rw-r--r--pkgs/applications/kde/kbounce.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kbounce.nix b/pkgs/applications/kde/kbounce.nix
index a24d2155180..b67e3ce0217 100644
--- a/pkgs/applications/kde/kbounce.nix
+++ b/pkgs/applications/kde/kbounce.nix
@@ -4,7 +4,7 @@ mkDerivation {
   name = "kbounce";
   meta = with lib; {
     homepage = "https://kde.org/applications/en/games/org.kde.kbounce";
-    description = "KBounce is a single player arcade game with the elements of puzzle";
+    description = "Single player arcade game with the elements of puzzle";
     maintainers = with maintainers; [ freezeboy ];
     license = licenses.gpl2Plus;
     platforms = platforms.linux;