From 1b6e23ab6a5a92892c7948afde415f10cb95acdb Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Thu, 10 Nov 2022 10:22:42 +0100 Subject: [PATCH] Add Polina to maintainers (#2451) and remove some old names --- CODEOWNERS | 2 ++ MAINTAINERS | 5 ++--- setup.py | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..fc1b0bd7 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +# global owners +* @CyberDem0n @hughcapet diff --git a/MAINTAINERS b/MAINTAINERS index fbe0251f..595dbe34 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,3 +1,2 @@ -Alexander Kukushkin -Feike Steenbergen -Oleksii Kliukin +Alexander Kukushkin +Polina Bungina diff --git a/setup.py b/setup.py index d5129854..dd4bc75a 100644 --- a/setup.py +++ b/setup.py @@ -18,8 +18,8 @@ MAIN_PACKAGE = NAME DESCRIPTION = 'PostgreSQL High-Available orchestrator and CLI' LICENSE = 'The MIT License' URL = 'https://github.com/zalando/patroni' -AUTHOR = 'Alexander Kukushkin, Dmitrii Dolgov, Oleksii Kliukin' -AUTHOR_EMAIL = 'alexander.kukushkin@zalando.de, dmitrii.dolgov@zalando.de, alexk@hintbits.com' +AUTHOR = 'Alexander Kukushkin, Polina Bungina' +AUTHOR_EMAIL = 'akukushkin@microsoft.com, polina.bungina@zalando.de' KEYWORDS = 'etcd governor patroni postgresql postgres ha haproxy confd' +\ ' zookeeper exhibitor consul streaming replication kubernetes k8s'