about summary refs log tree commit diff
path: root/pkgs/games/brogue-ce/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/brogue-ce/default.nix')
-rw-r--r--pkgs/games/brogue-ce/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/brogue-ce/default.nix b/pkgs/games/brogue-ce/default.nix
index ee2862f9c445a..9d6963eb09ddd 100644
--- a/pkgs/games/brogue-ce/default.nix
+++ b/pkgs/games/brogue-ce/default.nix
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
   '';
 
   meta = with lib; {
-    description = "A community-lead fork of the minimalist roguelike game Brogue";
+    description = "Community-lead fork of the minimalist roguelike game Brogue";
     mainProgram = "brogue-ce";
     homepage = "https://github.com/tmewett/BrogueCE";
     license = licenses.agpl3Plus;