about summary refs log tree commit diff
path: root/pkgs/games/fallout-ce/fallout2-ce.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/fallout-ce/fallout2-ce.nix')
-rw-r--r--pkgs/games/fallout-ce/fallout2-ce.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/fallout-ce/fallout2-ce.nix b/pkgs/games/fallout-ce/fallout2-ce.nix
index 6d665c96a0e2d..b9d41ad994c24 100644
--- a/pkgs/games/fallout-ce/fallout2-ce.nix
+++ b/pkgs/games/fallout-ce/fallout2-ce.nix
@@ -17,7 +17,7 @@ callPackage ./build.nix rec {
   extraBuildInputs = [ zlib ];
 
   extraMeta = {
-    description = "A fully working re-implementation of Fallout 2, with the same original gameplay, engine bugfixes, and some quality of life improvements";
+    description = "Fully working re-implementation of Fallout 2, with the same original gameplay, engine bugfixes, and some quality of life improvements";
     homepage = "https://github.com/alexbatalov/fallout2-ce";
   };
 }