From 9a9b2bf88b30f732e4686f0302c501fca77b8258 Mon Sep 17 00:00:00 2001 From: shreyash bhosale Date: Tue, 2 Jun 2026 07:55:17 +0530 Subject: [PATCH] fix copyright year and BOTMETA alphabetical order --- .github/BOTMETA.yml | 4 ++-- plugins/modules/golang_package.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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