Remove myself as Luci code owner (#40398)

This commit is contained in:
Finbarr Brady 2020-09-21 13:10:39 +01:00 committed by GitHub
parent 7cebfa75fc
commit 4aa9b72739
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -238,7 +238,7 @@ homeassistant/components/logger/* @home-assistant/core
homeassistant/components/logi_circle/* @evanjd
homeassistant/components/loopenergy/* @pavoni
homeassistant/components/lovelace/* @home-assistant/frontend
homeassistant/components/luci/* @fbradyirl @mzdrale
homeassistant/components/luci/* @mzdrale
homeassistant/components/luftdaten/* @fabaff
homeassistant/components/lupusec/* @majuss
homeassistant/components/lutron/* @JonGilmore

View file

@ -3,5 +3,5 @@
"name": "OpenWRT (luci)",
"documentation": "https://www.home-assistant.io/integrations/luci",
"requirements": ["openwrt-luci-rpc==1.1.6"],
"codeowners": ["@fbradyirl", "@mzdrale"]
"codeowners": ["@mzdrale"]
}