summaryrefslogtreecommitdiff
path: root/gnu
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
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')
-rw-r--r--gnu/packages/crates-graphics.scm2
-rw-r--r--gnu/packages/crates-io.scm4
-rw-r--r--gnu/packages/lisp-xyz.scm2
-rw-r--r--gnu/packages/statistics.scm2
4 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index d7385e3647..b3319e4ac1 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -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)))
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)))
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 08e05cae57..062f8e683e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 6c159a60f3..e961146f53 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -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