diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-28 12:52:12 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-28 17:46:24 +0000 |
| commit | 19baa60e2e208baf68b8a671691095110c5fd92b (patch) | |
| tree | e7902ec17a68d2fa4af04b524bcfca1c848314c3 /gnu/packages | |
| parent | 44a6f88d2a9179a3ef1bdc9aebda4461efb6db4b (diff) | |
gnu: tldr: Adjust synopsis and description.
* gnu/packages/python-xyz.scm (tldr)[synopsis]: Remove mention of Python.
[description]: Add URL to main project home page.
Change-Id: Ie5ee0349bc256f75d8ab7d22babc9f8431be1be8
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index dc13f738bd8..29a12947e04 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27592,10 +27592,11 @@ identifying what the file is.") python-termcolor python-shtab)) (home-page "https://github.com/tldr-pages/tldr-python-client") - (synopsis "Python command-line client for tldr pages") + (synopsis "Command-line client for tldr pages") (description "This package provides the @code{tldr} command allowing users to view @code{tldr} pages from a shell. The @code{tldr} pages are a community -effort to simplify the man pages with practical examples.") +effort to simplify the man pages with practical examples described in +@url{https://tldr.sh/}.") (license license:expat))) (define-public python-tldr |
