about summary refs log tree commit diff
path: root/pkgs/applications/networking/nym/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/nym/default.nix')
-rw-r--r--pkgs/applications/networking/nym/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/nym/default.nix b/pkgs/applications/networking/nym/default.nix
index fcd7893e7f270..fc2095caaf21e 100644
--- a/pkgs/applications/networking/nym/default.nix
+++ b/pkgs/applications/networking/nym/default.nix
@@ -72,7 +72,7 @@ rustPlatform.buildRustPackage {
   };
 
   meta = with lib; {
-    description = "A mixnet providing IP-level privacy";
+    description = "Mixnet providing IP-level privacy";
     longDescription = ''
       Nym routes IP packets through other participating nodes to hide their source and destination.
       In contrast with Tor, it prevents timing attacks at the cost of latency.