summary refs log tree commit diff
path: root/pkgs/servers/tacacsplus/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/tacacsplus/default.nix')
-rw-r--r--pkgs/servers/tacacsplus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/tacacsplus/default.nix b/pkgs/servers/tacacsplus/default.nix
index 400298d15d5..5010838cbe0 100644
--- a/pkgs/servers/tacacsplus/default.nix
+++ b/pkgs/servers/tacacsplus/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
     description = "A protocol for authentication, authorization and accounting (AAA) services for routers and network devices";
     homepage = "http://www.shrubbery.net/tac_plus/";
     license = licenses.free;
-    maintainers = [ maintainers."0x4A6F" ];
+    maintainers = with maintainers; [ _0x4A6F ];
     platforms = with platforms; linux;
   };
 }