summary refs log tree commit diff
path: root/pkgs/games/crawl
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-11-08 22:16:34 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-11-08 22:16:34 +0100
commit96fd4950f23fd3e1f35fc99ac286b582e36d0b8d (patch)
tree691e5e21c807a66b858743bb4a473e65b7e05675 /pkgs/games/crawl
parent5e42bcc18d20a7e2b7fb68ac4c8c147cc42ea2c3 (diff)
downloadnixlib-96fd4950f23fd3e1f35fc99ac286b582e36d0b8d.tar
nixlib-96fd4950f23fd3e1f35fc99ac286b582e36d0b8d.tar.gz
nixlib-96fd4950f23fd3e1f35fc99ac286b582e36d0b8d.tar.bz2
nixlib-96fd4950f23fd3e1f35fc99ac286b582e36d0b8d.tar.lz
nixlib-96fd4950f23fd3e1f35fc99ac286b582e36d0b8d.tar.xz
nixlib-96fd4950f23fd3e1f35fc99ac286b582e36d0b8d.tar.zst
nixlib-96fd4950f23fd3e1f35fc99ac286b582e36d0b8d.zip
crawl: more meta fixes; eval is fine now
Diffstat (limited to 'pkgs/games/crawl')
-rw-r--r--pkgs/games/crawl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/crawl/default.nix b/pkgs/games/crawl/default.nix
index af98083ee218..7f971150c675 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;
-    license = with licenses; [ gpl2Plus bsd2 bsd3 mit zlib cc0 ];
-    maintainers = maintainers.abbradar;
+    license = with licenses; [ gpl2Plus bsd2 bsd3 mit licenses.zlib cc0 ];
+    maintainers = [ maintainers.abbradar ];
   };
 }