summary refs log tree commit diff
path: root/pkgs/games/crawl
diff options
context:
space:
mode:
authorAndré-Patrick Bubel <code@andre-bubel.de>2019-02-06 11:13:41 +0100
committerAndré-Patrick Bubel <code@andre-bubel.de>2019-02-06 11:13:41 +0100
commite06eb19de58bc75aee5f58eb7833f7536da7b145 (patch)
tree42398995979bf5138910e42468029b9925c99a0d /pkgs/games/crawl
parent61a20d6d64d49ec68ee4d62e44013afc9f5b24ee (diff)
downloadnixpkgs-e06eb19de58bc75aee5f58eb7833f7536da7b145.tar
nixpkgs-e06eb19de58bc75aee5f58eb7833f7536da7b145.tar.gz
nixpkgs-e06eb19de58bc75aee5f58eb7833f7536da7b145.tar.bz2
nixpkgs-e06eb19de58bc75aee5f58eb7833f7536da7b145.tar.lz
nixpkgs-e06eb19de58bc75aee5f58eb7833f7536da7b145.tar.xz
nixpkgs-e06eb19de58bc75aee5f58eb7833f7536da7b145.tar.zst
nixpkgs-e06eb19de58bc75aee5f58eb7833f7536da7b145.zip
crawl: Add full game name to description
I didn't find the game when searching for it and invested quite some
time to package it myself. Having the game title in the description
makes the package easier to discover.
Diffstat (limited to 'pkgs/games/crawl')
-rw-r--r--pkgs/games/crawl/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/games/crawl/default.nix b/pkgs/games/crawl/default.nix
index c8b940a8820..392af49c38d 100644
--- a/pkgs/games/crawl/default.nix
+++ b/pkgs/games/crawl/default.nix
@@ -45,9 +45,10 @@ stdenv.mkDerivation rec {
     description = "Open-source, single-player, role-playing roguelike game";
     homepage = http://crawl.develz.org/;
     longDescription = ''
-      Open-source, single-player, role-playing roguelike game of exploration and
-      treasure-hunting in dungeons filled with dangerous and unfriendly monsters
-      in a quest to rescue the mystifyingly fabulous Orb of Zot.
+      Dungeon Crawl: Stone Soup, an open-source, single-player, role-playing
+      roguelike game of exploration and treasure-hunting in dungeons filled
+      with dangerous and unfriendly monsters in a quest to rescue the
+      mystifyingly fabulous Orb of Zot.
     '';
     platforms = platforms.linux;
     license = with licenses; [ gpl2Plus bsd2 bsd3 mit licenses.zlib cc0 ];