summaryrefslogtreecommitdiff
path: root/chef-utils/chef-utils.gemspec
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-08-24 14:10:26 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-08-24 16:24:14 -0700
commit677624cd8fbd5488248734999864c1c9b31acbee (patch)
tree7ca232a5783875bc08419b488868f0169fa51fc1 /chef-utils/chef-utils.gemspec
parent9384d74565c56ee0f067036e5eafacbbfbc92c95 (diff)
downloadchef-677624cd8fbd5488248734999864c1c9b31acbee.tar.gz
more fixing to sub-gems
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'chef-utils/chef-utils.gemspec')
-rw-r--r--chef-utils/chef-utils.gemspec10
1 files changed, 5 insertions, 5 deletions
diff --git a/chef-utils/chef-utils.gemspec b/chef-utils/chef-utils.gemspec
index 8cbae405e3..e885aae175 100644
--- a/chef-utils/chef-utils.gemspec
+++ b/chef-utils/chef-utils.gemspec
@@ -10,17 +10,17 @@ Gem::Specification.new do |spec|
spec.email = ["oss@chef.io"]
spec.summary = %q{Basic utility functions for Core Chef Infra development}
- spec.homepage = "https://github.com/chef/chef/tree/master/chef-utils"
+ spec.homepage = "https://github.com/chef/chef/tree/main/chef-utils"
spec.license = "Apache-2.0"
spec.required_ruby_version = ">= 2.6"
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-utils/README.md",
- "homepage_uri" => "https://github.com/chef/chef/tree/master/chef-utils",
- "source_code_uri" => "https://github.com/chef/chef/tree/master/chef-utils",
+ "changelog_uri" => "https://github.com/chef/chef/blob/main/CHANGELOG.md",
+ "documentation_uri" => "https://github.com/chef/chef/tree/main/chef-utils/README.md",
+ "homepage_uri" => "https://github.com/chef/chef/tree/main/chef-utils",
+ "source_code_uri" => "https://github.com/chef/chef/tree/main/chef-utils",
}
spec.require_paths = ["lib"]