gnu: rust-fever-api-0.2: Fix typo.

* gnu/packages/crates-io.scm (rust-fever-api-0.2)[description]: Fix "This
  package" typo.
This commit is contained in:
Vagrant Cascadian 2021-11-17 17:28:58 -08:00
parent 747403aca5
commit fb1cd494d7
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -18089,7 +18089,7 @@ (define-public rust-fever-api-0.2
(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)))