gnu: trurl: Improve description.

* gnu/packages/curl.scm (trurl)[synopsis]: Fix typo.
[description]: Reorder & tighten.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-09 02:00:00 +02:00
parent a08d0b0baf
commit 416927772d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -408,11 +408,11 @@ (define-public trurl
(native-inputs (list python))
(inputs (list curl))
(home-page "https://curl.se/trurl/")
(synopsis "Command line tool for URL parsing and manipulatio")
(description "@code{trurl} is a tool in a similar spirit of @code{tr} but
for URLs. Here, @code{tr} stands for translate or transpose.
(synopsis "Command line tool for URL parsing and manipulation")
(description "@code{trurl} is a command line tool that parses and
manipulates URLs, designed to help shell script authors everywhere.
@code{trurl} is a command line tool that parses and manipulates URLs, designed
to help shell script authors everywhere.")
It is similar in spirit to @code{tr}. Here, @code{tr} stands for translate or
transpose.")
(license (license:non-copyleft "file://COPYING"
"See COPYING in the distribution."))))