summary refs log tree commit diff
path: root/pkgs/games/opendungeons
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2020-10-11 12:55:05 +0700
committerJon <jonringer@users.noreply.github.com>2020-10-17 08:22:31 -0700
commit683a87dbeb5cbf7a97fc8093836d3691e79780a1 (patch)
tree92d1b47f09af5aea2470a254e452f4da60dbd4cc /pkgs/games/opendungeons
parentea04f8482978505571543eb6f406c9ca652c71e3 (diff)
downloadnixpkgs-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar
nixpkgs-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar.gz
nixpkgs-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar.bz2
nixpkgs-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar.lz
nixpkgs-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar.xz
nixpkgs-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar.zst
nixpkgs-683a87dbeb5cbf7a97fc8093836d3691e79780a1.zip
treewide: remove periods from end of package descriptions
Diffstat (limited to 'pkgs/games/opendungeons')
-rw-r--r--pkgs/games/opendungeons/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/opendungeons/default.nix b/pkgs/games/opendungeons/default.nix
index 467c782211f..64b6c07f4a2 100644
--- a/pkgs/games/opendungeons/default.nix
+++ b/pkgs/games/opendungeons/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   NIX_LDFLAGS = "-lpthread";
 
   meta = with stdenv.lib; {
-    description = "An open source, real time strategy game sharing game elements with the Dungeon Keeper series and Evil Genius.";
+    description = "An open source, real time strategy game sharing game elements with the Dungeon Keeper series and Evil Genius";
     homepage = "https://opendungeons.github.io";
     license = [ licenses.gpl3Plus licenses.zlib licenses.mit licenses.cc-by-sa-30 licenses.cc0 licenses.ofl licenses.cc-by-30 ];
     platforms = platforms.linux;