forked from mirrors/nixpkgs
yajl: fix meta.license
svn path=/nixpkgs/trunk/; revision=29933
This commit is contained in:
parent
d744daf773
commit
bc49e0ff84
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue