]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/metadata.rb
Fix new cookstyle warnings
[chef.git] / cookbooks / apt / metadata.rb
index d9661aae252178bf9a21577510fd077acf31b435..ace54bdbb9ea8e8c4bf16fbf0771664823bdf652 100644 (file)
@@ -1,10 +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.md"))
+
 version          "0.1"
 supports         "debian"
 supports         "ubuntu"
-recipe           "apt", "Installs and configures apt"