summary refs log tree commit diff
path: root/pkgs/development/libraries/yajl
diff options
context:
space:
mode:
authorMarco Maggesi <maggesi@math.unifi.it>2011-10-20 11:46:13 +0000
committerMarco Maggesi <maggesi@math.unifi.it>2011-10-20 11:46:13 +0000
commitbc49e0ff8476f5b2adea8d3dadcce002af1336ae (patch)
tree50cfebe62ac47a7640a189ebc27ab3528b717edf /pkgs/development/libraries/yajl
parentd744daf77373f2b0985814795c3d7dd6441492b1 (diff)
yajl: fix meta.license
svn path=/nixpkgs/trunk/; revision=29933
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 e9a4f015b5b01..573f3853869ad 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 = "ISC";
+    license = stdenv.lib.licenses.isc;
     platforms = with stdenv.lib.platforms; [ linux darwin ];
     maintainers = with stdenv.lib.maintainers; [
       z77z