diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-10-28 19:46:41 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-10-28 21:10:19 -0700 |
commit | baf78ed66abbe77bcc9958aa817871ab3495fbaa (patch) | |
tree | e7f461a8230ae59f9a777d0b143149e52181284c | |
parent | 5cf9ad89022efbaa6ee732e06f11916f9d4b3e08 (diff) | |
download | guix-baf78ed66abbe77bcc9958aa817871ab3495fbaa.tar.gz |
gnu: rust-webpki-0.21: Fix typo.
* gnu/packages/crates-io (rust-webpki-0.21)[description]: Fix spelling of "package".
-rw-r--r-- | gnu/packages/crates-io.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index fd3c2133c3..3b4e02278a 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))) |