summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-08 17:11:55 -0700
committerTim Smith <tsmith@chef.io>2019-04-23 16:52:14 -0700
commitc62c721689e5abc55478c011ec27cf9a20dd2907 (patch)
tree0d1f55b7cc3fae047f43436c9c1fed0f2d73ffc3 /Rakefile
parent4efd6697fa91d45fa76e9b20e57fd214e664401b (diff)
downloadchef-c62c721689e5abc55478c011ec27cf9a20dd2907.tar.gz
Remove the legacy maintainer files
This process is being replaced with our new owners process as outlined in https://github.com/chef/chef-oss-practices Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 375f269714..e0aac6170f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
#
# Author:: Adam Jacob (<adam@chef.io>)
# Author:: Daniel DeLeo (<dan@chef.io>)
-# Copyright:: Copyright 2008-2018, Chef Software Inc.
+# Copyright:: Copyright 2008-2019, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,7 +18,6 @@
#
require_relative "tasks/rspec"
-require_relative "tasks/maintainers"
require_relative "tasks/dependencies"
require_relative "tasks/announce"