From 5e42bcc18d20a7e2b7fb68ac4c8c147cc42ea2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sat, 8 Nov 2014 21:28:06 +0100 Subject: [PATCH] typo --- pkgs/games/crawl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }