Skip to content

Commit

Permalink
beaker-google.gemspec: Fix license identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 6, 2024
1 parent 195bfd0 commit 6edd830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker-google.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/voxpupuli/beaker-google'
s.summary = 'Beaker DSL Extension Helpers!'
s.description = 'Google Compute Engine support for the Beaker acceptance testing tool.'
s.license = 'Apache2'
s.license = 'Apache-2.0'

s.files = `git ls-files`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
Expand Down

0 comments on commit 6edd830

Please sign in to comment.