vagrantc pushed a commit to branch master
in repository guix.
commit fb1cd494d79249af037cae92c35cc195c07e7521
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Nov 17 17:28:58 2021 -0800
gnu: rust-fever-api-0.2: Fix typo.
* gnu/packages/crates-io.scm (rust-fever-api-0.2)[description]: Fix "This
package" typo.
---
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 9327ed5..148e8cb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18089,7 +18089,7 @@ Atom, RSS 2.0, RSS 1.0, RSS 0.x and JSON Feed")
(home-page "https://gitlab.com/news-flash/fever_api")
(synopsis "Rust implementation of the Fever API")
(description
- "This packages provides a Rust implementation of the Fever API.")
+ "This package provides a Rust implementation of the Fever API.")
;; No copyright headers in the source code. LICENSE indicates gpl3.
(license license:gpl3)))