gnu: renameutils: Fix license and tweak.

* gnu/packages/shellutils.scm (renameutils)[source]: Use mirror:// URL.
[license]: Change to GPL3+.
[description]: Use @command markup.
This commit is contained in:
Ludovic Courtès 2021-11-14 00:29:10 +01:00
parent d0313cdf5f
commit 2bb0d8bf0c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -521,9 +521,8 @@ (define-public renameutils
(source
(origin
(method url-fetch)
(uri
(string-append "https://download.savannah.gnu.org/releases/renameutils/"
name "-" version ".tar.gz"))
(uri (string-append "mirror://savannah/renameutils/"
"renameutils-" version ".tar.gz"))
(sha256
(base32
"18xlkr56jdyajjihcmfqlyyanzyiqqlzbhrm6695mkvw081g1lnb"))
@ -537,8 +536,8 @@ (define-public renameutils
`(("readline" ,readline)))
(home-page "https://www.nongnu.org/renameutils/")
(synopsis "File renaming utilities")
(description "The file renaming utilities (renameutils for short) are a set
of programs designed to make renaming of files faster and less cumbersome. The
file renaming utilities consists of five programs - qmv, qcp, imv, icp and
deurlname.")
(license license:gpl3)))
(description "The file renaming utilities (renameutils for short) are a
set of programs designed to make renaming of files faster and less cumbersome.
The file renaming utilities consists of five programs: @command{qmv},
@command{qcp}, @command{imv}, @command{icp}, and @command{deurlname}.")
(license license:gpl3+)))