diff options
author | Julian C. Dunn <jdunn@getchef.com> | 2014-07-16 00:09:34 -0400 |
---|---|---|
committer | Julian C. Dunn <jdunn@getchef.com> | 2014-07-16 00:09:34 -0400 |
commit | 6d1950936351cde5addb56d5c367ffd118db1f36 (patch) | |
tree | 39035e3300fd9f2f86b00b4da9b97923a480395b /chef.gemspec | |
parent | 88d671309b60fd859859c90537aa97277e25ee73 (diff) | |
download | chef-6d1950936351cde5addb56d5c367ffd118db1f36.tar.gz |
Update gemspec URL and domain name
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" |