Skip to content

Commit 1dc2d46

Browse files
akfernunestolfo
authored andcommitted
Update elasticsearch-dsl.gemspec (#598)
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 d074441 commit 1dc2d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-dsl/elasticsearch-dsl.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
2828
s.description = %q{A Ruby DSL builder for Elasticsearch}
2929
s.summary = s.description
3030
s.homepage = "https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-dsl"
31-
s.license = "Apache 2"
31+
s.license = "Apache-2.0"
3232

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

0 commit comments

Comments
 (0)