diff options
author | Thom May <thom@chef.io> | 2015-06-10 10:21:34 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2015-06-10 10:21:34 +0100 |
commit | 068a6a8784cded1b160462dc04f129ff0a07721f (patch) | |
tree | 293a885f1e092fea0c6208eb9447f30fa2cc363b /chef-config | |
parent | d4244fe83b717c33535076a9d9bf77e97b058b3f (diff) | |
download | chef-068a6a8784cded1b160462dc04f129ff0a07721f.tar.gz |
Fix chef-config gem homepagetm/fix_cc_gem
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/chef-config.gemspec | 2 |
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"] |