From 07e26f96393953e7aeda32f75aaf66a47098eb5a Mon Sep 17 00:00:00 2001 From: Rami Mosleh Date: Sun, 4 Jun 2023 19:59:03 +0300 Subject: [PATCH] Drop codeowner for IMAP (#94033) --- CODEOWNERS | 4 ++-- homeassistant/components/imap/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index ed111835aa0..0b5b6f221f9 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -565,8 +565,8 @@ build.json @home-assistant/supervisor /tests/components/image_processing/ @home-assistant/core /homeassistant/components/image_upload/ @home-assistant/core /tests/components/image_upload/ @home-assistant/core -/homeassistant/components/imap/ @engrbm87 @jbouwh -/tests/components/imap/ @engrbm87 @jbouwh +/homeassistant/components/imap/ @jbouwh +/tests/components/imap/ @jbouwh /homeassistant/components/incomfort/ @zxdavb /homeassistant/components/influxdb/ @mdegat01 /tests/components/influxdb/ @mdegat01 diff --git a/homeassistant/components/imap/manifest.json b/homeassistant/components/imap/manifest.json index 39dfc6c0d48..3c35d00f714 100644 --- a/homeassistant/components/imap/manifest.json +++ b/homeassistant/components/imap/manifest.json @@ -1,7 +1,7 @@ { "domain": "imap", "name": "IMAP", - "codeowners": ["@engrbm87", "@jbouwh"], + "codeowners": ["@jbouwh"], "config_flow": true, "dependencies": ["repairs"], "documentation": "https://www.home-assistant.io/integrations/imap",