mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
d0313cdf5f
commit
2bb0d8bf0c
1 changed files with 7 additions and 8 deletions
|
@ -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+)))
|
||||
|
|
Loading…
Reference in a new issue