diff options
-rw-r--r-- | wmi-lite.gemspec | 4 |
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) } |