aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/servers/tacacsplus/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/servers/tacacsplus/default.nix')
-rw-r--r--nixpkgs/pkgs/servers/tacacsplus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/servers/tacacsplus/default.nix b/nixpkgs/pkgs/servers/tacacsplus/default.nix
index 400298d15d5..5010838cbe0 100644
--- a/nixpkgs/pkgs/servers/tacacsplus/default.nix
+++ b/nixpkgs/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;
};
}