summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/emacs-xyz.scm2
-rw-r--r--gnu/packages/haskell-xyz.scm2
-rw-r--r--gnu/packages/rust-apps.scm2
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1920a4ad384..1d7851fd1b5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15662,7 +15662,7 @@ and RSS, with a user interface inspired by notmuch.")
emacs-link-hint))
(home-page "https://github.com/jeetelongname/elfeed-goodies")
(synopsis
- "Various bits and pieces to enhance the Elfeed user experience.")
+ "Various bits and pieces to enhance the Elfeed user experience")
(description
"This package enhances the vanilla Elfeed user experience with:
@itemize @bullet
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index bac040549cd..f8d68243ce7 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16591,7 +16591,7 @@ Lua tables, but are augmented with convenience functions.")
(native-inputs (list ghc-hspec ghc-hspec-expectations))
(home-page "https://github.com/CRogers/should-not-typecheck")
(synopsis
- "A HUnit/hspec assertion library to verify that an expression does not typecheck")
+ "HUnit/hspec assertion library to verify that an expression does not typecheck")
(description
"For examples and an introduction to the library please take a look at the
<https://github.com/CRogers/should-not-typecheck#should-not-typecheck- README>
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index ddad50db441..2944843caf9 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1611,7 +1611,7 @@ bar. It is also compatible with sway.")
'()))
(inputs (list bash-minimal coreutils-minimal))
(home-page "https://github.com/casey/just")
- (synopsis "Just a command runner")
+ (synopsis "Command runner")
(description "This package provides @code{just}, a command runner.
@code{just} is a handy way to save and run project-specific commands.")
(license license:cc0)))