about summary refs log tree commit diff
path: root/pkgs/games/pentobi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/pentobi/default.nix')
-rw-r--r--pkgs/games/pentobi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/pentobi/default.nix b/pkgs/games/pentobi/default.nix
index e0bd6909fb946..4974deca7e5ef 100644
--- a/pkgs/games/pentobi/default.nix
+++ b/pkgs/games/pentobi/default.nix
@@ -29,7 +29,7 @@ mkDerivation rec {
   ];
 
   meta = with lib; {
-    description = "A computer opponent for the board game Blokus";
+    description = "Computer opponent for the board game Blokus";
     homepage = "https://pentobi.sourceforge.io";
     license = licenses.gpl3Plus;
     maintainers = [ ];