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 @@ city, state, zip, or area code, it will check out.")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (uri (string-append "mirror://savannah/renameutils/"
(string-append "https://download.savannah.gnu.org/releases/renameutils/" "renameutils-" version ".tar.gz"))
name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"18xlkr56jdyajjihcmfqlyyanzyiqqlzbhrm6695mkvw081g1lnb")) "18xlkr56jdyajjihcmfqlyyanzyiqqlzbhrm6695mkvw081g1lnb"))
@ -537,8 +536,8 @@ city, state, zip, or area code, it will check out.")
`(("readline" ,readline))) `(("readline" ,readline)))
(home-page "https://www.nongnu.org/renameutils/") (home-page "https://www.nongnu.org/renameutils/")
(synopsis "File renaming utilities") (synopsis "File renaming utilities")
(description "The file renaming utilities (renameutils for short) are a set (description "The file renaming utilities (renameutils for short) are a
of programs designed to make renaming of files faster and less cumbersome. The set of programs designed to make renaming of files faster and less cumbersome.
file renaming utilities consists of five programs - qmv, qcp, imv, icp and The file renaming utilities consists of five programs: @command{qmv},
deurlname.") @command{qcp}, @command{imv}, @command{icp}, and @command{deurlname}.")
(license license:gpl3))) (license license:gpl3+)))