From 78c73e76c381df0b3992daa68491c0470e42dd41 Mon Sep 17 00:00:00 2001
From: Sergei Pepyakin <sergei@parity.io>
Date: Fri, 10 Jan 2020 00:09:23 +0100
Subject: [PATCH] Fix some entries in CODEOWNERS (#4584)

---
 substrate/docs/CODEOWNERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/substrate/docs/CODEOWNERS b/substrate/docs/CODEOWNERS
index 993a0cab93e..bc4559805b3 100644
--- a/substrate/docs/CODEOWNERS
+++ b/substrate/docs/CODEOWNERS
@@ -56,13 +56,13 @@
 
 # NPoS and Governance
 /frame/staking/ @kianenigma
-/frame/election/ @kianenigma
+/frame/elections/ @kianenigma
 
 # End to end testing of substrate node
 /bin/node/executor/ @kianenigma
 
 # Transaction weight stuff
-/primitives/runtime/src/weights.rs @kianenigma
+/frame/support/src/weights.rs @kianenigma
 
 # Support crates
 /frame/support/ @thiolliere @kianenigma
-- 
GitLab