summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-23 18:57:04 -0700
committerTim Smith <tsmith@chef.io>2018-10-23 18:57:04 -0700
commitf1548afdeacdea540e04c8d1d09381bba14bd5fb (patch)
treedd8fa929a64244a5cb1571c1a26f3e04217224eb
parent1fb606af834f6d01e1c225712f8283a883766e63 (diff)
downloadwmi-lite-cleanup.tar.gz
Update the homepage and use a SPDX compliant license stringcleanup
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--wmi-lite.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/wmi-lite.gemspec b/wmi-lite.gemspec
index 9b4825c..7c473c7 100644
--- a/wmi-lite.gemspec
+++ b/wmi-lite.gemspec
@@ -15,8 +15,8 @@ Gem::Specification.new do |spec|
'without concerns around dependency issues.'
spec.summary = 'A lightweight utility library for accessing basic WMI ' \
'(Windows Management Instrumentation) functionality on Windows'
- spec.homepage = 'https://github.com/opscode/wmi-lite'
- spec.license = 'Apache 2.0'
+ spec.homepage = 'https://github.com/chef/wmi-lite'
+ spec.license = 'Apache-2.0'
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }