diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 5bb99028e3..8761ec59be 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -247,9 +247,11 @@ files: labels: onepassword maintainers: samdoran $lookups/onepassword.py: - maintainers: azenk scottsb + ignore: scottsb + maintainers: azenk $lookups/onepassword_raw.py: - maintainers: azenk scottsb + ignore: scottsb + maintainers: azenk $lookups/passwordstore.py: {} $lookups/random_pet.py: maintainers: Akasurde diff --git a/plugins/lookup/onepassword.py b/plugins/lookup/onepassword.py index 4cdbe65b9a..7530608fd3 100644 --- a/plugins/lookup/onepassword.py +++ b/plugins/lookup/onepassword.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Scott Buchanan +# Copyright (c) 2018, Scott Buchanan # Copyright (c) 2016, Andrew Zenk (lastpass.py used as starting point) # Copyright (c) 2018, Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)