summary refs log tree commit diff
path: root/nixos/modules/services/networking/trickster.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/trickster.nix')
-rw-r--r--nixos/modules/services/networking/trickster.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/trickster.nix b/nixos/modules/services/networking/trickster.nix
index bcf5a04ae5f..49c945adb80 100644
--- a/nixos/modules/services/networking/trickster.nix
+++ b/nixos/modules/services/networking/trickster.nix
@@ -108,7 +108,6 @@ in
     };
   };
 
-  meta.maintainers = with maintainers; [ maintainers."1000101" ];
+  meta.maintainers = with maintainers; [ _1000101 ];
 
 }
-