treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user