Update website to point to hashicorp/packer, v1

This commit is contained in:
Mitchell Hashimoto 2017-04-18 18:03:26 -07:00 committed by Mitchell Hashimoto
parent d30605fdfb
commit 1a7c011b5b
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ set :base_url, "https://www.packer.io/"
activate :hashicorp do |h|
h.name = "packer"
h.version = "0.12.3"
h.github_slug = "mitchellh/packer"
h.version = "1.0.0"
h.github_slug = "hashicorp/packer"
h.website_root = "website"
end