1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 10:00:46 +02:00

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
This commit is contained in:
Efraim Flashner 2024-12-24 12:41:21 +02:00
parent 44da24ca32
commit ae4f1375c7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))))