summary refs log tree commit diff
path: root/pkgs/applications/kde/kreversi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kreversi.nix')
-rw-r--r--pkgs/applications/kde/kreversi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kreversi.nix b/pkgs/applications/kde/kreversi.nix
index 77ac4f05c8a..9f4be46738b 100644
--- a/pkgs/applications/kde/kreversi.nix
+++ b/pkgs/applications/kde/kreversi.nix
@@ -4,7 +4,7 @@ mkDerivation {
   name = "kreversi";
   meta = with lib; {
     homepage = "https://kde.org/applications/en/games/org.kde.kreversi";
-    description = "KReversi is a simple one player strategy game played against the computer";
+    description = "A simple one player strategy game played against the computer";
     maintainers = with maintainers; [ freezeboy ];
     license = licenses.gpl2Plus;
     platforms = platforms.linux;