efraim pushed a commit to branch rust-team
in repository guix.
commit ae23ee112d58f16f4313ab3980b938916233eb99
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Dec 24 12:40:53 2024 +0200
gnu: rust-http-auth-0.1: Fix typo.
* gnu/packages/crates-web.scm (rust-http-auth-0.1)[description]: Fix
typo.
Change-Id: Iff683c1201b8adbaf52fab1630d21e0ad0928a79
---
gnu/packages/crates-web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 6eed1e319a..d049b7c6f5 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -3546,7 +3546,7 @@ requests and responses.")
(list pkg-config))
(home-page "https://github.com/scottlamb/http-auth")
(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
extended with server support and additional auth schemes.")
(license (list license:expat license:asl2.0))))