Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
Transfer ownership to Chef
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jul 20, 2016
1 parent 72432fb commit 1399514
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions metadata.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name "omnibus_updater"
maintainer "Chris Roberts"
maintainer_email "[email protected]"
license "Apache 2.0"
description "Chef omnibus package updater and installer"
name 'omnibus_updater'
maintainer 'Chef Software, Inc.'
maintainer_email '[email protected]'
license 'Apache 2.0'
description 'Chef omnibus package updater and installer'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.1.1"
version '1.1.1'

%w(redhat centos amazon scientific oracle debian ubuntu mac_os_x solaris windows).each do |plat|
supports plat
%w(redhat centos amazon scientific oracle debian ubuntu mac_os_x solaris windows).each do |os|
supports os
end

source_url 'https://github.com/hw-cookbooks/omnibus_updater' if respond_to?(:source_url)
Expand Down

0 comments on commit 1399514

Please sign in to comment.