Removed non existent license attribute

svn path=/nixpkgs/trunk/; revision=29931
This commit is contained in:
Sander van der Burg 2011-10-20 11:18:43 +00:00
parent 9ee72eb9ae
commit d744daf773

View File

@ -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