diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 85c8ce9c8e..62e1c8efc3 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -625,8 +625,6 @@ files: maintainers: $team_ansible_core johanwiren $modules/gio_mime.py: maintainers: russoz - $modules/golang_package.py: - maintainers: shrbhosa $modules/git_config.py: maintainers: djmattyg007 mgedmin $modules/git_config_info.py: @@ -678,6 +676,8 @@ files: maintainers: pixslx $modules/gitlab_project_approvals.py: maintainers: masa-orca + $modules/golang_package.py: + maintainers: shrbhosa $modules/grove.py: maintainers: zimbatm $modules/gunicorn.py: diff --git a/plugins/modules/golang_package.py b/plugins/modules/golang_package.py index 4e5e16ce81..f4d2315012 100644 --- a/plugins/modules/golang_package.py +++ b/plugins/modules/golang_package.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2025 Shreyash Bhosale +# Copyright (c) 2026 Shreyash Bhosale # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later