diff --git a/README.md b/README.md index a9c9618..61a59c1 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ default['supermarket']['nginx']['log_rotation']['num_to_keep'] = 10 - Author: Irving Popovetsky ([irving@chef.io](mailto:irving@chef.io)) ```text -Copyright:: 2015-2016, Chef Software, Inc +Copyright:: 2015-2022, Chef Software, Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/metadata.rb b/metadata.rb index 89006e6..106ad4b 100644 --- a/metadata.rb +++ b/metadata.rb @@ -1,12 +1,12 @@ name 'supermarket-omnibus-cookbook' -maintainer 'Irving Popovetsky' -maintainer_email 'irving@chef.io' +maintainer 'Chef Software, Inc.' +maintainer_email 'cookbooks@chef.io' license 'Apache-2.0' description 'Installs and Configures Supermarket from the Omnibus packages on packages.chef.io' source_url 'https://github.com/chef-cookbooks/supermarket-omnibus-cookbook' issues_url 'https://github.com/chef-cookbooks/supermarket-omnibus-cookbook/issues' -chef_version '>= 12.5' -version '3.0.0' +chef_version '>= 16.0' +version '4.0.0' supports 'ubuntu' supports 'redhat'