summaryrefslogtreecommitdiffstats
path: root/pkgs/games/crawl
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-11-08 21:28:06 +0100
committerDomen Kožar <domen@dev.si>2014-11-08 21:56:51 +0100
commit5e42bcc18d20a7e2b7fb68ac4c8c147cc42ea2c3 (patch)
treef137c7386dd918f1c09c3e92d19e0ea3dc04560f /pkgs/games/crawl
parentcac40ad98285dd75619956748342c04e689db00b (diff)
typo
Diffstat (limited to 'pkgs/games/crawl')
-rw-r--r--pkgs/games/crawl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/crawl/default.nix b/pkgs/games/crawl/default.nix
index da6c24bfec0b..af98083ee218 100644
--- a/pkgs/games/crawl/default.nix
+++ b/pkgs/games/crawl/default.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
in a quest to rescue the mystifyingly fabulous Orb of Zot.
'';
platforms = platforms.linux;
- #licenses = with licenses; [ gpl2Plus bsd2 bsd3 mit zlib cc0 ];
+ license = with licenses; [ gpl2Plus bsd2 bsd3 mit zlib cc0 ];
maintainers = maintainers.abbradar;
};
}