summary refs log tree commit diff
path: root/pkgs/development/tools/java/cfr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/java/cfr/default.nix')
-rw-r--r--pkgs/development/tools/java/cfr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/java/cfr/default.nix b/pkgs/development/tools/java/cfr/default.nix
index a7be59a1fea..f6cf63afc2a 100644
--- a/pkgs/development/tools/java/cfr/default.nix
+++ b/pkgs/development/tools/java/cfr/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
       entirely in Java 6.
     '';
     homepage = http://www.benf.org/other/cfr/;
-    license = with licenses; mit;
+    license = licenses.mit;
     platforms = with platforms; all;
     maintainers = with maintainers; [ nckx ];
   };