summaryrefslogtreecommitdiff
path: root/ohai.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'ohai.gemspec')
-rw-r--r--ohai.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/ohai.gemspec b/ohai.gemspec
index 9ddb3774..1eb358e4 100644
--- a/ohai.gemspec
+++ b/ohai.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.license = "Apache-2.0"
s.author = "Adam Jacob"
s.email = "adam@chef.io"
- s.homepage = "https://docs.chef.io/ohai.html"
+ s.homepage = "https://github.com/chef/ohai/"
s.required_ruby_version = ">= 2.5"
@@ -34,5 +34,5 @@ Gem::Specification.new do |s|
s.executables = %w{ohai}
s.require_path = "lib"
- s.files = %w{LICENSE README.md Gemfile Rakefile} + Dir.glob("*.gemspec") + Dir.glob("{docs,lib,spec}/**/*")
+ s.files = %w{LICENSE Gemfile Rakefile} + Dir.glob("*.gemspec") + Dir.glob("{docs,lib,spec}/**/*")
end