Skip to content

Commit

Permalink
Merge pull request #27 from voxpupuli/lic
Browse files Browse the repository at this point in the history
gemspec: Fix typo in Apache-2.0 license name
  • Loading branch information
bastelfreak authored Jan 13, 2024
2 parents 41f93eb + 39ddf90 commit cf1b939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker-openstack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/voxpupuli/beaker-openstack'
s.summary = %q{Beaker DSL Extension Helpers!}
s.description = %q{For use for the Beaker acceptance testing tool}
s.license = 'Apache2'
s.license = 'Apache-2.0'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit cf1b939

Please sign in to comment.