about summary refs log tree commit diff
path: root/pkgs/tools/system/nsc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/nsc/default.nix')
-rw-r--r--pkgs/tools/system/nsc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/nsc/default.nix b/pkgs/tools/system/nsc/default.nix
index 8e902f7c8ab5b..d7664f9e317bf 100644
--- a/pkgs/tools/system/nsc/default.nix
+++ b/pkgs/tools/system/nsc/default.nix
@@ -51,7 +51,7 @@ buildGoModule rec {
   doCheck = !stdenv.isDarwin;
 
   meta = {
-    description = "A tool for creating NATS account and user access configurations";
+    description = "Tool for creating NATS account and user access configurations";
     homepage = "https://github.com/nats-io/nsc";
     license = with lib.licenses; [ asl20 ];
     maintainers = with lib.maintainers; [ cbrewster ];