Skip to content

Commit 3bcbe0a

Browse files
akfernunestolfo
authored andcommitted
Update elasticsearch-transport.gemspec (#599)
When specifying licenses, we should use the proper name for the license so that projects like https://github.com/github/licensed can correctly identify the license.
1 parent 1dc2d46 commit 3bcbe0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-transport/elasticsearch-transport.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
2727
s.email = ["[email protected]"]
2828
s.summary = "Ruby client for Elasticsearch."
2929
s.homepage = "https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-transport"
30-
s.license = "Apache 2"
30+
s.license = "Apache-2.0"
3131

3232
s.files = `git ls-files`.split($/)
3333
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)