diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 9db23be01e..b40a5d05da 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -11389,12 +11389,12 @@ avoid the problem of partial intermediate files.") (native-inputs `(("ghc-tasty" ,ghc-tasty) ("ghc-tasty-golden" ,ghc-tasty-golden))) - (home-page - "https://github.com/psibi/tldr-hs#readme") + (home-page "https://github.com/psibi/tldr-hs#readme") (synopsis "Haskell tldr client") - (description "Haskell client allowing the user to update and view -@code{tldr} pages from a shell. The @code{tldr} pages are a community effort -to simplify the man pages with practical examples.") + (description "This package provides the @command{tldr} command and a +Haskell client library allowing users to update and view @code{tldr} pages +from a shell. The @code{tldr} pages are a community effort to simplify the +man pages with practical examples.") (license license:bsd-3))) ;;; haskell.scm ends here