summary refs log tree commit diff
path: root/pkgs/games/tes3cmd
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2020-10-25 20:13:18 +0700
committerBen Siraphob <bensiraphob@gmail.com>2020-10-25 20:13:18 +0700
commitc98962e1a3ccd6034989fe0f2f208beec349c742 (patch)
tree5f1044bf768c34e9717a602c235cae4ef6b996a0 /pkgs/games/tes3cmd
parentaa7977af2c0468eb4ab91cf9144564a70a1f08c8 (diff)
downloadnixpkgs-c98962e1a3ccd6034989fe0f2f208beec349c742.tar
nixpkgs-c98962e1a3ccd6034989fe0f2f208beec349c742.tar.gz
nixpkgs-c98962e1a3ccd6034989fe0f2f208beec349c742.tar.bz2
nixpkgs-c98962e1a3ccd6034989fe0f2f208beec349c742.tar.lz
nixpkgs-c98962e1a3ccd6034989fe0f2f208beec349c742.tar.xz
nixpkgs-c98962e1a3ccd6034989fe0f2f208beec349c742.tar.zst
nixpkgs-c98962e1a3ccd6034989fe0f2f208beec349c742.zip
treewide: remove periods from end of package descriptions
Diffstat (limited to 'pkgs/games/tes3cmd')
-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 ];