From 10898cbcbf82e48e77c4be7c5f4b87845512faea Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 6 Dec 2019 14:06:29 +0300 Subject: [PATCH] postgresql_idx: fix maintainer's name (#65605) --- lib/ansible/modules/database/postgresql/postgresql_idx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/database/postgresql/postgresql_idx.py b/lib/ansible/modules/database/postgresql/postgresql_idx.py index 1b42981e771..e51d6389afe 100644 --- a/lib/ansible/modules/database/postgresql/postgresql_idx.py +++ b/lib/ansible/modules/database/postgresql/postgresql_idx.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2018-2019, Andrey Klychkov (@Andersson007) +# Copyright: (c) 2018-2019, Andrew Klychkov (@Andersson007) # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import absolute_import, division, print_function