diff --git a/.expeditor/build.habitat.yml b/.expeditor/build.habitat.yml index 4be62ad7c..72ea2567a 100644 --- a/.expeditor/build.habitat.yml +++ b/.expeditor/build.habitat.yml @@ -1,5 +1,5 @@ --- -origin: ngupta26 +origin: chef expeditor: defaults: diff --git a/habitat/plan.ps1 b/habitat/plan.ps1 index 10e8aefa0..7e0d2387e 100644 --- a/habitat/plan.ps1 +++ b/habitat/plan.ps1 @@ -3,7 +3,7 @@ $PSDefaultParameterValues['*:ErrorAction']='Stop' $env:HAB_BLDR_CHANNEL = "LTS-2024" $pkg_name="test-kitchen" -$pkg_origin="ngupta26" +$pkg_origin="chef" $pkg_version=$(Get-Content "$PLAN_CONTEXT/../VERSION") $pkg_maintainer="The Chef Maintainers " diff --git a/habitat/plan.sh b/habitat/plan.sh index 9deceb3b7..43a485e2f 100644 --- a/habitat/plan.sh +++ b/habitat/plan.sh @@ -1,7 +1,7 @@ export HAB_BLDR_CHANNEL="LTS-2024" _chef_client_ruby="core/ruby3_1" pkg_name="test-kitchen" -pkg_origin="ngupta26" +pkg_origin="chef" pkg_maintainer="The Chef Maintainers " pkg_description="The Chef Test Kitchen" pkg_license=('Apache-2.0')