vagrantc pushed a commit to branch master
in repository guix.
commit baf78ed66abbe77bcc9958aa817871ab3495fbaa
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Oct 28 19:46:41 2020 -0700
gnu: rust-webpki-0.21: Fix typo.
* gnu/packages/crates-io (rust-webpki-0.21)[description]: Fix spelling of
"package".
---
gnu/packages/crates-io.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fd3c213..3b4e022 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31831,7 +31831,7 @@ attribute that is not in the shared backend crate.")
(("rust-base64" ,rust-base64-0.9))))
(home-page "https://github.com/briansmith/webpki")
(synopsis "Web PKI X.509 Certificate Verification")
- (description "This packge provides Web PKI X.509 Certificate
+ (description "This package provides Web PKI X.509 Certificate
Verification.")
(license license:isc)))