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.
This commit is contained in:
Vagrant Cascadian 2021-12-30 21:34:13 -08:00
parent ae876b9ce1
commit ed5c0ae69e
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
4 changed files with 5 additions and 5 deletions

View File

@ -1628,7 +1628,7 @@ nicely with Piston libraries.")
(home-page
"https://github.com/PistonDevelopers/graphics_api_version")
(synopsis
"A library for storing graphics API versions")
"Library for storing graphics API versions")
(description
"This package provides a library for storing graphics API versions")
(license license:expat)))

View File

@ -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)))

View File

@ -3740,7 +3740,7 @@ backtrace portably.")
(base32 "0phh5n3clhl9ji8jaxrajidn22d3f0aq87mlbfkkxlnx2pnw694k"))))
(build-system asdf-build-system/sbcl)
(home-page "https://github.com/jdz/rfc2388/")
(synopsis "An implementation of RFC 2388 in Common Lisp")
(synopsis "Implementation of RFC 2388 in Common Lisp")
(description
"This package contains an implementation of RFC 2388, which is used to
process form data posted with HTTP POST method using enctype

View File

@ -1175,7 +1175,7 @@ using just two functions: melt and dcast (or acast).")
(native-inputs
(list r-knitr))
(home-page "https://ggplot2.tidyverse.org")
(synopsis "An implementation of the grammar of graphics")
(synopsis "Implementation of the grammar of graphics")
(description
"Ggplot2 is an implementation of the grammar of graphics in R. It
combines the advantages of both base and lattice graphics: conditioning and