summaryrefslogtreecommitdiff
path: root/gnu/packages/crates-io.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-12-30 21:34:13 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-12-30 21:50:42 -0800
commited5c0ae69e2fa687b44d997d8bfd8881187883ca (patch)
treef76eb0f7a9b00bf9d157d9fea1c76bbffce88fe3 /gnu/packages/crates-io.scm
parentae876b9ce1a5b009148af0739b7fb1ed4c41ee2e (diff)
downloadguix-patches-ed5c0ae69e2fa687b44d997d8bfd8881187883ca.tar
guix-patches-ed5c0ae69e2fa687b44d997d8bfd8881187883ca.tar.gz
gnu: Remove leading article from synopsis.
* gnu/packages/crates-graphics.scm (rust-piston-graphics-api-version-0.2)[synopsis]: Remove leading article. * gnu/packages/crates-io.scm (rust-read-color-1, rust-clap-conf-0.1)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-rfc2388)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-ggplot2)[synopsis]: Likewise.
Diffstat (limited to 'gnu/packages/crates-io.scm')
-rw-r--r--gnu/packages/crates-io.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 35f9d9c80d..4b99f88abf 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -42895,7 +42895,7 @@ reference counting.")
(home-page
"https://github.com/pistondevelopers/read_color")
(synopsis
- "A simple library for reading hex colors")
+ "Simple library for reading hex colors")
(description
"This package provides a simple library for reading hex colors")
(license (list license:expat license:asl2.0))))
@@ -65650,7 +65650,7 @@ variant of this library is available separately as @code{im}.")
(home-page
"https://github.com/storyfeet/clap_conf")
(synopsis
- "A library to unify commandline arguments with config files and environment variables. And make it easier for users to tell your program how to behave across the three main input sources")
+ "Library to unify commandline arguments with config files and environment variables. And make it easier for users to tell your program how to behave across the three main input sources")
(description
"This package provides a library to unify commandline arguments with config files and environment variables. And make it easier for users to tell your program how to behave across the three main input sources")
(license license:expat)))