mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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.
This commit is contained in:
parent
61a20d6d64
commit
e06eb19de5
@ -45,9 +45,10 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Open-source, single-player, role-playing roguelike game";
|
description = "Open-source, single-player, role-playing roguelike game";
|
||||||
homepage = http://crawl.develz.org/;
|
homepage = http://crawl.develz.org/;
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Open-source, single-player, role-playing roguelike game of exploration and
|
Dungeon Crawl: Stone Soup, an open-source, single-player, role-playing
|
||||||
treasure-hunting in dungeons filled with dangerous and unfriendly monsters
|
roguelike game of exploration and treasure-hunting in dungeons filled
|
||||||
in a quest to rescue the mystifyingly fabulous Orb of Zot.
|
with dangerous and unfriendly monsters in a quest to rescue the
|
||||||
|
mystifyingly fabulous Orb of Zot.
|
||||||
'';
|
'';
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = with licenses; [ gpl2Plus bsd2 bsd3 mit licenses.zlib cc0 ];
|
license = with licenses; [ gpl2Plus bsd2 bsd3 mit licenses.zlib cc0 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user