about summary refs log tree commit diff
path: root/pkgs/games/dwarf-fortress/twbt/default.nix
diff options
context:
space:
mode:
authorGetPsyched <priyanshu@getpsyched.dev>2024-01-12 21:37:33 +0530
committerGetPsyched <priyanshu@getpsyched.dev>2024-01-12 21:38:16 +0530
commitae6e632dcf9122b9509bfb3eae381ff4ea1e731a (patch)
treebc4b91f1ba7c8295f14a4bbb19cd9e2bd1c9f175 /pkgs/games/dwarf-fortress/twbt/default.nix
parent0d6aa42a34f3e940bb36ba77e6d4cba43f83979c (diff)
treewide: update meta.description to fit the guidelines
Diffstat (limited to 'pkgs/games/dwarf-fortress/twbt/default.nix')
-rw-r--r--pkgs/games/dwarf-fortress/twbt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/dwarf-fortress/twbt/default.nix b/pkgs/games/dwarf-fortress/twbt/default.nix
index 311a36da2bf1d..68a5b923aaf4b 100644
--- a/pkgs/games/dwarf-fortress/twbt/default.nix
+++ b/pkgs/games/dwarf-fortress/twbt/default.nix
@@ -76,7 +76,7 @@ stdenvNoCC.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "A plugin for Dwarf Fortress / DFHack that improves various aspects the game interface.";
+    description = "A plugin for Dwarf Fortress / DFHack that improves various aspects the game interface";
     maintainers = with maintainers; [ Baughn numinit ];
     license = licenses.mit;
     platforms = platforms.linux;