summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-11-14 00:29:10 +0100
committerLudovic Courtès <ludo@gnu.org>2021-11-14 00:29:58 +0100
commit2bb0d8bf0c51de73b7573982003ca8441e02af6d (patch)
tree3a02988451797b720b78adae2260e238633c144c /gnu
parentd0313cdf5f2288a8884b8550d1381627df209aa6 (diff)
downloadguix-2bb0d8bf0c51de73b7573982003ca8441e02af6d.tar.gz
gnu: renameutils: Fix license and tweak.
* gnu/packages/shellutils.scm (renameutils)[source]: Use mirror:// URL.
[license]: Change to GPL3+.
[description]: Use @command markup.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/shellutils.scm15
1 files changed, 7 insertions, 8 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 19effc34cc..70443f5019 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -521,9 +521,8 @@ city, state, zip, or area code, it will check out.")
     (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 @@ city, state, zip, or area code, it will check out.")
      `(("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+)))