summary refs log tree commit diff
path: root/nixos/modules/services/networking/fakeroute.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/fakeroute.nix')
-rw-r--r--nixos/modules/services/networking/fakeroute.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/fakeroute.nix b/nixos/modules/services/networking/fakeroute.nix
index 82a9fb729d8..7916ad4098a 100644
--- a/nixos/modules/services/networking/fakeroute.nix
+++ b/nixos/modules/services/networking/fakeroute.nix
@@ -60,4 +60,6 @@ in
 
   };
 
+  meta.maintainers = with lib.maintainers; [ rnhmjoj ];
+
 }