diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-17 17:28:58 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-17 17:45:38 -0800 |
commit | fb1cd494d79249af037cae92c35cc195c07e7521 (patch) | |
tree | 4ab4b516333a036122fe4841544dd1216ce7d84b | |
parent | 747403aca5275e550b497c41de2adb1f7aab47a0 (diff) |
gnu: rust-fever-api-0.2: Fix typo.
* gnu/packages/crates-io.scm (rust-fever-api-0.2)[description]: Fix "This
package" typo.
-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 9327ed5e1c..148e8cbff3 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))) |