summaryrefslogtreecommitdiff
path: root/chef-config/chef-config.gemspec
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-08-24 14:11:16 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-08-24 16:24:14 -0700
commitcb6b63ec12a7da075859fae0727e69488c474721 (patch)
tree13a91c1a26c5db99feda99e009a6afb5941f685a /chef-config/chef-config.gemspec
parent677624cd8fbd5488248734999864c1c9b31acbee (diff)
downloadchef-cb6b63ec12a7da075859fae0727e69488c474721.tar.gz
url fixes
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'chef-config/chef-config.gemspec')
-rw-r--r--chef-config/chef-config.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/chef-config/chef-config.gemspec b/chef-config/chef-config.gemspec
index cf83b360df..0cd5b263b8 100644
--- a/chef-config/chef-config.gemspec
+++ b/chef-config/chef-config.gemspec
@@ -16,10 +16,10 @@ Gem::Specification.new do |spec|
spec.metadata = {
"bug_tracker_uri" => "https://github.com/chef/chef/issues",
- "changelog_uri" => "https://github.com/chef/chef/blob/master/CHANGELOG.md",
- "documentation_uri" => "https://github.com/chef/chef/tree/master/chef-config/README.md",
- "homepage_uri" => "https://github.com/chef/chef/tree/master/chef-config",
- "source_code_uri" => "https://github.com/chef/chef/tree/master/chef-config",
+ "changelog_uri" => "https://github.com/chef/chef/blob/main/CHANGELOG.md",
+ "documentation_uri" => "https://github.com/chef/chef/tree/main/chef-config/README.md",
+ "homepage_uri" => "https://github.com/chef/chef/tree/main/chef-config",
+ "source_code_uri" => "https://github.com/chef/chef/tree/main/chef-config",
}
spec.require_paths = ["lib"]