summaryrefslogtreecommitdiff
path: root/gnu/packages/crates-io.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2022-11-01 16:55:41 -0700
committerVagrant Cascadian <vagrant@debian.org>2022-11-01 22:08:43 -0700
commitfaa03d1ace931714210b937cefdf8c629b638529 (patch)
tree012fc07c69e31d4112c88e8dd1985df75d528164 /gnu/packages/crates-io.scm
parent2fde8cf3995c4cf7b9bc5e4fe0864172a896bbfb (diff)
gnu: Shorten package synopsis.
* gnu/packages/crates-io.scm (rust-inflections-1): Shorten synopsis. (rust-clap-conf-0.1): Likewise. * gnu/packages/gtk.scm (volctl): Likewise. * gnu/packages/haskell-xyz.scm (ghc-unliftio): Likewise. * gnu/packages/kde-pim.scm (korganizer): Likewise. * gnu/packages/kde.scm (kuserfeedback): Likewise. * gnu/packages/pascal.scm (p2c): Likewise. * gnu/packages/python-xyz.scm (python-ttystatus): Likewise. * gnu/packages/qt.scm (qtwebplugin): 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 0c15b23b93..89d353cee4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -68211,7 +68211,7 @@ Rust.")
(build-system cargo-build-system)
(home-page #f)
(synopsis
- "High performance inflection transformation library for changing properties of words like the case")
+ "Inflection transformation library for changing properties of words")
(description
"High performance inflection transformation library for changing properties of words like the case.")
(license license:expat)))
@@ -68382,7 +68382,7 @@ Rust.")
(home-page
"https://github.com/storyfeet/clap_conf")
(synopsis
- "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, config files and environment variables")
(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)))