summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2015-06-10 16:23:54 +0100
committerThom May <thom@may.lt>2015-06-10 16:23:54 +0100
commitb08c9010c387c762a6fa82fa9ae8c2a5e5c8594d (patch)
tree293a885f1e092fea0c6208eb9447f30fa2cc363b
parentd4244fe83b717c33535076a9d9bf77e97b058b3f (diff)
parent068a6a8784cded1b160462dc04f129ff0a07721f (diff)
downloadchef-b08c9010c387c762a6fa82fa9ae8c2a5e5c8594d.tar.gz
Merge pull request #3512 from chef/tm/fix_cc_gem
Fix chef-config gem homepage
-rw-r--r--chef-config/chef-config.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/chef-config.gemspec b/chef-config/chef-config.gemspec
index f0a569f3c1..475bd0f2d2 100644
--- a/chef-config/chef-config.gemspec
+++ b/chef-config/chef-config.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.email = ["adam@chef.io"]
spec.summary = %q{Chef's default configuration and config loading}
- spec.homepage = "TODO: Put your gem's website or public repo URL here."
+ spec.homepage = "https://github.com/chef/chef"
spec.license = "Apache-2.0"
spec.require_paths = ["lib"]