From 471871df4cef00f052ac8ea3c6b9c2a0bd5a5a0e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Apr 2022 18:56:42 +0200 Subject: [PATCH] Remove myself from Gitter codeowners (#69967) Co-authored-by: Franck Nijhof --- CODEOWNERS | 1 - homeassistant/components/gitter/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 3815939845b..59faecfacbe 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -380,7 +380,6 @@ build.json @home-assistant/supervisor /tests/components/gios/ @bieniu /homeassistant/components/github/ @timmo001 @ludeeus /tests/components/github/ @timmo001 @ludeeus -/homeassistant/components/gitter/ @fabaff /homeassistant/components/glances/ @engrbm87 /tests/components/glances/ @engrbm87 /homeassistant/components/goalzero/ @tkdrob diff --git a/homeassistant/components/gitter/manifest.json b/homeassistant/components/gitter/manifest.json index efd4ff3d28b..83b69e72ee8 100644 --- a/homeassistant/components/gitter/manifest.json +++ b/homeassistant/components/gitter/manifest.json @@ -3,7 +3,7 @@ "name": "Gitter", "documentation": "https://www.home-assistant.io/integrations/gitter", "requirements": ["gitterpy==0.1.7"], - "codeowners": ["@fabaff"], + "codeowners": [], "iot_class": "cloud_polling", "loggers": ["gitterpy"] }