Skip to content

Commit d3359f0

Browse files
akfernunestolfo
authored andcommitted
Update elasticsearch.gemspec (#600)
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 3bcbe0a commit d3359f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/elasticsearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
2626
s.email = ["[email protected]"]
2727
s.summary = "Ruby integrations for Elasticsearch"
2828
s.homepage = "http://github.com/elasticsearch/elasticsearch-ruby"
29-
s.license = "Apache 2"
29+
s.license = "Apache-2.0"
3030

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

0 commit comments

Comments
 (0)