summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-07-16 15:27:57 -0700
committerSerdar Sutay <serdar@opscode.com>2014-07-16 15:27:57 -0700
commit83b159e0dc46fd5ed241a43536ef4e7cebbbdcd4 (patch)
tree39035e3300fd9f2f86b00b4da9b97923a480395b
parent88d671309b60fd859859c90537aa97277e25ee73 (diff)
parent6d1950936351cde5addb56d5c367ffd118db1f36 (diff)
downloadchef-83b159e0dc46fd5ed241a43536ef4e7cebbbdcd4.tar.gz
Merge pull request #1649 from juliandunn/update-gemspec-url
Update gemspec URL and domain name
-rw-r--r--chef.gemspec4
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"