X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6f0a393ef9191a70d9c5040ed35f6ee4ca33db8b..c560709251e1018e020fe4bd839b8af1307b649c:/cookbooks/apt/metadata.rb diff --git a/cookbooks/apt/metadata.rb b/cookbooks/apt/metadata.rb index ee74103b9..ace54bdbb 100644 --- a/cookbooks/apt/metadata.rb +++ b/cookbooks/apt/metadata.rb @@ -1,10 +1,9 @@ -name "apt" +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.md")) + version "0.1" supports "debian" supports "ubuntu" -recipe "apt", "Installs and configures apt"