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 b71f9930cad..3778aadda9c 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 = "A command line tool for examining and modifying plugins for the Elder Scrolls game Morrowind by Bethesda Softworks";
     homepage = "https://github.com/john-moonsugar/tes3cmd";
     license = licenses.mit;
     maintainers = [ maintainers.marius851000 ];