summaryrefslogtreecommitdiff
path: root/omnibus/config
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2019-05-08 16:20:01 -0400
committerBryan McLellan <btm@loftninjas.org>2019-05-08 16:20:01 -0400
commitc7f355bc9d36aab8f046f832be111380621aff4c (patch)
tree5b4ec8e49ca01ece06c16602a0315c9fb93ef308 /omnibus/config
parent0193933a8a2f2d4b062b0d3c6c1d42e638d63e6d (diff)
downloadchef-c7f355bc9d36aab8f046f832be111380621aff4c.tar.gz
Convert EULA to a local file
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
Diffstat (limited to 'omnibus/config')
-rw-r--r--omnibus/config/projects/chef.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb
index 53e08e457a..754a1b7564 100644
--- a/omnibus/config/projects/chef.rb
+++ b/omnibus/config/projects/chef.rb
@@ -19,7 +19,7 @@ friendly_name "Chef Client"
maintainer "Chef Software, Inc. <maintainers@chef.io>"
homepage "https://www.chef.io"
license "Chef EULA"
-license_file "https://www.chef.io/end-user-license-agreement/"
+license_file "CHEF-EULA.md"
build_iteration 1
# Do not use __FILE__ after this point, use current_file. If you use __FILE__