summaryrefslogtreecommitdiff
path: root/gnu/packages/crates-web.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-12-24 12:40:53 +0200
committerEfraim Flashner <efraim@flashner.co.il>2025-01-06 12:16:25 +0200
commit44da24ca32ccacc28bd8d44d489a8575b7f837dd (patch)
tree4b709f9fd017d60cc76f91f6400d1e3468f8bfe2 /gnu/packages/crates-web.scm
parent339ef0616775f8c9ba043f00fbdc0eec7bcf6f00 (diff)
gnu: rust-http-auth-0.1: Fix typo.
* gnu/packages/crates-web.scm (rust-http-auth-0.1)[description]: Fix typo. Change-Id: Iff683c1201b8adbaf52fab1630d21e0ad0928a79
Diffstat (limited to 'gnu/packages/crates-web.scm')
-rw-r--r--gnu/packages/crates-web.scm2
1 files changed, 1 insertions, 1 deletions
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))))