Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Fix homepage to chef.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian C. Dunn committed Jun 17, 2015
1 parent d855340 commit e36f340
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/projects/angrychef.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
name "angrychef"
friendly_name "Angry Chef Client"
maintainer "Chef Software, Inc. <maintainers@chef.io>"
homepage "https://www.getchef.com"
homepage "https://www.chef.io"

if windows?
# NOTE: Ruby DevKit fundamentally CANNOT be installed into "Program Files"
Expand Down
2 changes: 1 addition & 1 deletion config/projects/chef.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name "chef"
friendly_name "Chef Client"
maintainer "Chef Software, Inc. <maintainers@chef.io>"
homepage "https://www.getchef.com"
homepage "https://www.chef.io"

build_iteration 1
build_version do
Expand Down
2 changes: 1 addition & 1 deletion config/projects/chefdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name "chefdk"
friendly_name "Chef Development Kit"
maintainer "Chef Software, Inc. <maintainers@chef.io>"
homepage "https://www.getchef.com"
homepage "https://www.chef.io"

build_iteration 1
build_version do
Expand Down
2 changes: 1 addition & 1 deletion config/projects/push-jobs-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name "push-jobs-client"
friendly_name "Push Jobs Client"
maintainer "Chef Software, Inc. <maintainers@chef.io>"
homepage "https://www.getchef.com"
homepage "https://www.chef.io"

# Ensure we install over the top of the previous package name
replace "opscode-push-jobs-client"
Expand Down

0 comments on commit e36f340

Please sign in to comment.