about summary refs log tree commit diff
path: root/pkgs/servers/tacacsplus
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-29 20:49:07 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-18 07:59:44 +1000
commit7d9c49f8e6e6a7ce4ad56945d2f3de8007b11428 (patch)
tree4d223f303c1f094a1e360703d70bde31ef801e64 /pkgs/servers/tacacsplus
parent4789d6feafd9ba0613b9f1fd4dcd6b1ed0572f4b (diff)
maintainers: 0x4A6F -> _0x4A6F
Diffstat (limited to 'pkgs/servers/tacacsplus')
-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 400298d15d587..5010838cbe0da 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;
   };
 }