about summary refs log tree commit diff
path: root/pkgs/games/tes3cmd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/tes3cmd/default.nix')
-rw-r--r--pkgs/games/tes3cmd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/tes3cmd/default.nix b/pkgs/games/tes3cmd/default.nix
index b394c2323c217..18fa0edc43683 100644
--- a/pkgs/games/tes3cmd/default.nix
+++ b/pkgs/games/tes3cmd/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "A command line tool for examining and modifying plugins for the Elder Scrolls game Morrowind by Bethesda Softworks";
+    description = "Command line tool for examining and modifying plugins for the Elder Scrolls game Morrowind by Bethesda Softworks";
     mainProgram = "tes3cmd";
     homepage = "https://github.com/john-moonsugar/tes3cmd";
     license = licenses.mit;