gnu: renameutils: Fix license and tweak.
* gnu/packages/shellutils.scm (renameutils)[source]: Use mirror:// URL. [license]: Change to GPL3+. [description]: Use @command markup.master
parent
d0313cdf5f
commit
2bb0d8bf0c
|
@ -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+)))
|
||||||
|
|
Reference in New Issue