aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/chefdk
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-28 19:20:29 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-28 19:20:29 +0200
commit158e1cfdd0ddb8380e266dcf16a4167455335bc3 (patch)
tree1437b0590a546a7900c83518efa96dfc4e2e310a /pkgs/development/tools/chefdk
parent831d597bfab70bf2952f9573b2cacc9d1c56de1c (diff)
Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
Diffstat (limited to 'pkgs/development/tools/chefdk')
-rw-r--r--pkgs/development/tools/chefdk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/chefdk/default.nix b/pkgs/development/tools/chefdk/default.nix
index f8e759b83ee..ee49423a8b1 100644
--- a/pkgs/development/tools/chefdk/default.nix
+++ b/pkgs/development/tools/chefdk/default.nix
@@ -13,7 +13,7 @@ bundlerEnv {
meta = with lib; {
description = "A streamlined development and deployment workflow for Chef platform";
homepage = https://downloads.chef.io/chef-dk/;
- license = with licenses; asl20;
+ license = licenses.asl20;
maintainers = with maintainers; [ offline ];
platforms = platforms.unix;
};