1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: rust-http-auth-0.1: Fix typo.

* gnu/packages/crates-web.scm (rust-http-auth-0.1)[description]: Fix
typo.

Change-Id: Iff683c1201b8adbaf52fab1630d21e0ad0928a79
This commit is contained in:
Efraim Flashner 2024-12-24 12:40:53 +02:00
parent 339ef06167
commit 44da24ca32
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3546,7 +3546,7 @@ requests and responses.")
(list pkg-config)) (list pkg-config))
(home-page "https://github.com/scottlamb/http-auth") (home-page "https://github.com/scottlamb/http-auth")
(synopsis "HTTP authentication for rust") (synopsis "HTTP authentication for rust")
(description "This package provices HTTP authentication; it can parse (description "This package provides HTTP authentication; it can parse
challenge lists, respond to Basic and Digest challenges. It is likely to be challenge lists, respond to Basic and Digest challenges. It is likely to be
extended with server support and additional auth schemes.") extended with server support and additional auth schemes.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))