X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/805ab61e66fe3adb45e57f50e49b168d84a6a8b1..749c528b381e13ab3a61e3ddf1c9679e69012e91:/cookbooks/apt/metadata.rb diff --git a/cookbooks/apt/metadata.rb b/cookbooks/apt/metadata.rb index 5242ffaf4..ace54bdbb 100644 --- a/cookbooks/apt/metadata.rb +++ b/cookbooks/apt/metadata.rb @@ -1,9 +1,9 @@ +name "apt" maintainer "Tom Hughes" maintainer_email "tom@compton.nu" -license "Apache 2.0" +license "Apache-2.0" description "Installs/Configures apt" -long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc')) + version "0.1" supports "debian" supports "ubuntu" -recipe "apt", "Installs and configures apt"