summary refs log tree commit diff
path: root/pkgs/games
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
parentcac40ad98285dd75619956748342c04e689db00b (diff)
downloadnixpkgs-5e42bcc18d20a7e2b7fb68ac4c8c147cc42ea2c3.tar
nixpkgs-5e42bcc18d20a7e2b7fb68ac4c8c147cc42ea2c3.tar.gz
nixpkgs-5e42bcc18d20a7e2b7fb68ac4c8c147cc42ea2c3.tar.bz2
nixpkgs-5e42bcc18d20a7e2b7fb68ac4c8c147cc42ea2c3.tar.lz
nixpkgs-5e42bcc18d20a7e2b7fb68ac4c8c147cc42ea2c3.tar.xz
nixpkgs-5e42bcc18d20a7e2b7fb68ac4c8c147cc42ea2c3.tar.zst
nixpkgs-5e42bcc18d20a7e2b7fb68ac4c8c147cc42ea2c3.zip
typo
Diffstat (limited to 'pkgs/games')
-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 da6c24bfec0..af98083ee21 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;
   };
 }