summary refs log tree commit diff
path: root/pkgs/development/libraries/yajl
diff options
context:
space:
mode:
authorSander van der Burg <s.vanderburg@tudelft.nl>2011-10-20 11:18:43 +0000
committerSander van der Burg <s.vanderburg@tudelft.nl>2011-10-20 11:18:43 +0000
commitd744daf77373f2b0985814795c3d7dd6441492b1 (patch)
tree1c606d6efa151490913b096bf45b2ca75b148090 /pkgs/development/libraries/yajl
parent9ee72eb9ae259b08b55c2016880690a87321f17c (diff)
downloadnixpkgs-d744daf77373f2b0985814795c3d7dd6441492b1.tar
nixpkgs-d744daf77373f2b0985814795c3d7dd6441492b1.tar.gz
nixpkgs-d744daf77373f2b0985814795c3d7dd6441492b1.tar.bz2
nixpkgs-d744daf77373f2b0985814795c3d7dd6441492b1.tar.lz
nixpkgs-d744daf77373f2b0985814795c3d7dd6441492b1.tar.xz
nixpkgs-d744daf77373f2b0985814795c3d7dd6441492b1.tar.zst
nixpkgs-d744daf77373f2b0985814795c3d7dd6441492b1.zip
Removed non existent license attribute
svn path=/nixpkgs/trunk/; revision=29931
Diffstat (limited to 'pkgs/development/libraries/yajl')
-rw-r--r--pkgs/development/libraries/yajl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/yajl/default.nix b/pkgs/development/libraries/yajl/default.nix
index 6ba81a4766b..e9a4f015b5b 100644
--- a/pkgs/development/libraries/yajl/default.nix
+++ b/pkgs/development/libraries/yajl/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
       C, and a small validating JSON generator.
     '';
     homepage = http://lloyd.github.com/yajl/;
-    license = stdenv.lib.license.isc;
+    license = "ISC";
     platforms = with stdenv.lib.platforms; [ linux darwin ];
     maintainers = with stdenv.lib.maintainers; [
       z77z