From f234a720ea3bbeb7fa70ac3066c7dbdbcbc89248 Mon Sep 17 00:00:00 2001 From: Andreas Doerr Date: Fri, 10 Dec 2021 09:33:23 +0100 Subject: [PATCH] BEEFY update CODEOWNERS (#10460) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * BEEFY update CODEOWNERS Remove myself as `BEEFY` code owner. New code owner needs to be decided upon. * Update docs/CODEOWNERS * Update docs/CODEOWNERS * Update docs/CODEOWNERS Co-authored-by: Bastian Köcher --- substrate/docs/CODEOWNERS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/substrate/docs/CODEOWNERS b/substrate/docs/CODEOWNERS index ee6382b72f..42d25a0a22 100644 --- a/substrate/docs/CODEOWNERS +++ b/substrate/docs/CODEOWNERS @@ -40,12 +40,6 @@ /client/consensus/pow/ @sorpaas /primitives/consensus/pow/ @sorpaas -# BEEFY -/client/beefy/ @adoerr -/frame/beefy/ @adoerr -/frame/beefy-mmr/ @adoerr -/primitives/beefy/ @adoerr - # Contracts /frame/contracts/ @athei