diff --git a/substrate/docs/CODEOWNERS b/substrate/docs/CODEOWNERS
index b4f1b64c4b8ea3b256ca29d0906429518623177c..d4404346294a53abc2520cdfab7f7a4fc582f1f0 100644
--- a/substrate/docs/CODEOWNERS
+++ b/substrate/docs/CODEOWNERS
@@ -66,9 +66,14 @@
 # Inflation points
 /frame/staking/src/inflation.rs @thiolliere
 
-# NPoS and Governance
+# NPoS and Governance and Phragmén
 /frame/staking/ @kianenigma
 /frame/elections/ @kianenigma
+/frame/elections-phragmen/ @kianenigma
+/primitives/phragmen/ @kianenigma
+
+# Fixed point arithmetic
+/primitives/sp-arithmetic/ @kianenigma @thiolliere
 
 # End to end testing of substrate node
 /bin/node/executor/ @kianenigma