diff options
Diffstat (limited to 'chef.gemspec')
-rw-r--r-- | chef.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chef.gemspec b/chef.gemspec index 09a06f7b36..452ba3156a 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -9,8 +9,8 @@ Gem::Specification.new do |s| s.summary = "A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure." s.description = s.summary s.author = "Adam Jacob" - s.email = "adam@opscode.com" - s.homepage = "http://wiki.opscode.com/display/chef" + s.email = "adam@getchef.com" + s.homepage = "http://www.getchef.com" s.add_dependency "mixlib-config", "~> 2.0" s.add_dependency "mixlib-cli", "~> 1.4" |