[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Remove leading article from synopsis.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Remove leading article from synopsis. |
Date: |
Fri, 31 Dec 2021 00:52:18 -0500 |
This is an automated email from the git hooks/post-receive script.
vagrantc pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ed5c0ae69e gnu: Remove leading article from synopsis.
ed5c0ae69e is described below
commit ed5c0ae69e2fa687b44d997d8bfd8881187883ca
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Thu Dec 30 21:34:13 2021 -0800
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.
---
gnu/packages/crates-graphics.scm | 2 +-
gnu/packages/crates-io.scm | 4 ++--
gnu/packages/lisp-xyz.scm | 2 +-
gnu/packages/statistics.scm | 2 +-
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