about 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 7761695042f47..b06da38017a7a 100644
--- a/pkgs/servers/tacacsplus/default.nix
+++ b/pkgs/servers/tacacsplus/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ tcp_wrappers perl libnsl ];
 
   meta = with lib; {
-    description = "A protocol for authentication, authorization and accounting (AAA) services for routers and network devices";
+    description = "Protocol for authentication, authorization and accounting (AAA) services for routers and network devices";
     homepage = "http://www.shrubbery.net/tac_plus/";
     license = licenses.free;
     maintainers = with maintainers; [ _0x4A6F ];