]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/blog/metadata.rb
Drop long_description from metadata files
[chef.git] / cookbooks / blog / metadata.rb
index 0ac7d090374806ecf7bae0248c76dc0a5949ba35..7000d76dbda4e5ba80027c1e5383bd88fe7d152d 100644 (file)
@@ -1,8 +1,9 @@
 name              "blog"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Installs and configures Blog services"
-long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
+
 version           "1.0.0"
+supports          "ubuntu"
 depends           "wordpress"