Skip to content

Commit

Permalink
Merge pull request #41 from pocke/fix-license
Browse files Browse the repository at this point in the history
Fix typo of a license name in gemspec
  • Loading branch information
trevorrowe authored Apr 3, 2018
2 parents 7184d13 + cd0719a commit dd00af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jmespath.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
spec.author = 'Trevor Rowe'
spec.email = '[email protected]'
spec.homepage = 'https://github.com/trevorrowe/jmespath.rb'
spec.license = 'Apache 2.0'
spec.license = 'Apache-2.0'
spec.require_paths = ['lib']
spec.files = Dir['lib/**/*.rb'] + ['LICENSE.txt']
end

0 comments on commit dd00af1

Please sign in to comment.