From 7a5f7914fb21765c8ba1694910ab9b5af0862e6f Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 23 Jul 2022 14:23:27 +0200 Subject: [PATCH] Update to new Github account for notifications (#4986) (#4987) * Update to new Github account for notifications * Update to new Github account for notifications (cherry picked from commit 3204905e5c1ac15692b04f3c742e5bfaf15942c4) Co-authored-by: Florian <100365291+florianpaulhoberg@users.noreply.github.com> --- .github/BOTMETA.yml | 2 +- plugins/modules/packaging/os/yum_versionlock.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index c6eb119f44..5b70f6e81c 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -918,7 +918,7 @@ files: $modules/packaging/os/xbps.py: maintainers: dinoocch the-maldridge $modules/packaging/os/yum_versionlock.py: - maintainers: florianpaulhoberg aminvakil + maintainers: gyptazy aminvakil $modules/packaging/os/zypper.py: maintainers: $team_suse labels: zypper diff --git a/plugins/modules/packaging/os/yum_versionlock.py b/plugins/modules/packaging/os/yum_versionlock.py index a0d9ed2e76..de610cce73 100644 --- a/plugins/modules/packaging/os/yum_versionlock.py +++ b/plugins/modules/packaging/os/yum_versionlock.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2018, Florian Paul Hoberg +# Copyright: (c) 2018, Florian Paul Azim Hoberg # # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) @@ -35,7 +35,7 @@ requirements: - yum - yum-versionlock author: - - Florian Paul Hoberg (@florianpaulhoberg) + - Florian Paul Azim Hoberg (@gyptazy) - Amin Vakil (@aminvakil) '''