1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

gnu: rust-hickory-client-0.24: Fix typo.

* gnu/packages/crates-web.scm (rust-hickory-client-0.24)[description]:
Fix typo.

Change-Id: I69970c3ca138ec812481d51fc73abb9a432628a8
This commit is contained in:
Efraim Flashner
2024-12-24 12:40:24 +02:00
parent 31cc35bb94
commit 339ef06167
+1 -1
View File
@@ -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))))