diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-24 12:41:21 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:16:25 +0200 |
commit | ae4f1375c7f51cb4c68d07d75f32294e399d1a9a (patch) | |
tree | 7fd47eca7035fdb3f5ae8050fdd2b3cda7371ff4 /gnu/packages/crates-web.scm | |
parent | 44da24ca32ccacc28bd8d44d489a8575b7f837dd (diff) |
gnu: rust-trust-dns-client-0.22: Fix typo.
* gnu/packages/crates-web.scm (rust-trust-dns-client-0.22)[description]:
Fix typo.
Change-Id: Icf4067f197f3d1e2d0b07ec1f2ce30413d98266d
Diffstat (limited to 'gnu/packages/crates-web.scm')
-rw-r--r-- | gnu/packages/crates-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm index d049b7c6f5..3860c0945b 100644 --- a/gnu/packages/crates-web.scm +++ b/gnu/packages/crates-web.scm @@ -6634,7 +6634,7 @@ server @code{Service} tests.") "Trust-DNS is a DNS library. This is the Client library with DNSSEC support. DNSSEC with NSEC validation for negative records, is complete. The client supports dynamic DNS with SIG0 authenticated requests, implementing -easy to use high level funtions. Trust-DNS is based on the Tokio and Futures +easy to use high level functions. Trust-DNS is based on the Tokio and Futures libraries, which means it should be easily integrated into other software that also use those libraries.") (license (list license:expat license:asl2.0)))) |