diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-24 12:40:24 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:16:25 +0200 |
commit | 339ef0616775f8c9ba043f00fbdc0eec7bcf6f00 (patch) | |
tree | 85537cd76b120287654b3f6fdedc5e0599ad27fd /gnu/packages/crates-web.scm | |
parent | 31cc35bb94a2e812b943a2ebe528bf19c833a188 (diff) |
gnu: rust-hickory-client-0.24: Fix typo.
* gnu/packages/crates-web.scm (rust-hickory-client-0.24)[description]:
Fix typo.
Change-Id: I69970c3ca138ec812481d51fc73abb9a432628a8
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 822490cc8d..6eed1e319a 100644 --- a/gnu/packages/crates-web.scm +++ b/gnu/packages/crates-web.scm @@ -3177,7 +3177,7 @@ transfer coding.") "Hickory DNS is a safe and secure 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. Hickory DNS is based +requests, implementing easy to use high level functions. Hickory 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)))) |