Skip to content

Commit 4c8e611

Browse files
Update Apache license identifier
1 parent 413f3ba commit 4c8e611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.description = %q{MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.}
99
s.authors = ["Sadayuki Furuhashi", "Theo Hultberg", "Satoshi Tagomori"]
1010
11-
s.license = "Apache 2.0"
11+
s.license = "Apache-2.0"
1212
s.homepage = "http://msgpack.org/"
1313
s.require_paths = ["lib"]
1414
if /java/ =~ RUBY_PLATFORM

0 commit comments

Comments
 (0)