summaryrefslogtreecommitdiff
path: root/ffi-yajl.gemspec.shared
diff options
context:
space:
mode:
Diffstat (limited to 'ffi-yajl.gemspec.shared')
-rw-r--r--ffi-yajl.gemspec.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi-yajl.gemspec.shared b/ffi-yajl.gemspec.shared
index aff93da..d198f0a 100644
--- a/ffi-yajl.gemspec.shared
+++ b/ffi-yajl.gemspec.shared
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.name = 'ffi-yajl'
s.version = FFI_Yajl::VERSION
s.extra_rdoc_files = ["README.md", "LICENSE" ]
- s.license = "Apache-2.0"
+ s.license = "MIT"
s.summary = "Ruby FFI wrapper around YAJL 2.x"
s.description = s.summary
s.author = "Lamont Granquist"