diff options
Diffstat (limited to 'chef.gemspec')
-rw-r--r-- | chef.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec index 43b7b8d433..89b4ac2665 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.extra_rdoc_files = ["README.md", "CONTRIBUTING.md", "LICENSE" ] s.summary = "A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure." s.description = s.summary - s.license = "Apache" + s.license = "Apache-2.0" s.author = "Adam Jacob" s.email = "adam@getchef.com" s.homepage = "http://www.getchef.com" |