gnu: trurl: Improve description.
* gnu/packages/curl.scm (trurl)[synopsis]: Fix typo. [description]: Reorder & tighten.master
parent
a08d0b0baf
commit
416927772d
|
@ -408,11 +408,11 @@ sugar and output formatting inspired from @code{httpie}.")
|
||||||
(native-inputs (list python))
|
(native-inputs (list python))
|
||||||
(inputs (list curl))
|
(inputs (list curl))
|
||||||
(home-page "https://curl.se/trurl/")
|
(home-page "https://curl.se/trurl/")
|
||||||
(synopsis "Command line tool for URL parsing and manipulatio")
|
(synopsis "Command line tool for URL parsing and manipulation")
|
||||||
(description "@code{trurl} is a tool in a similar spirit of @code{tr} but
|
(description "@code{trurl} is a command line tool that parses and
|
||||||
for URLs. Here, @code{tr} stands for translate or transpose.
|
manipulates URLs, designed to help shell script authors everywhere.
|
||||||
|
|
||||||
@code{trurl} is a command line tool that parses and manipulates URLs, designed
|
It is similar in spirit to @code{tr}. Here, @code{tr} stands for translate or
|
||||||
to help shell script authors everywhere.")
|
transpose.")
|
||||||
(license (license:non-copyleft "file://COPYING"
|
(license (license:non-copyleft "file://COPYING"
|
||||||
"See COPYING in the distribution."))))
|
"See COPYING in the distribution."))))
|
||||||
|
|
Reference in New Issue