[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: renameutils: Fix license and tweak.
From: |
guix-commits |
Subject: |
10/10: gnu: renameutils: Fix license and tweak. |
Date: |
Sat, 13 Nov 2021 18:32:48 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 2bb0d8bf0c51de73b7573982003ca8441e02af6d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Nov 14 00:29:10 2021 +0100
gnu: renameutils: Fix license and tweak.
* gnu/packages/shellutils.scm (renameutils)[source]: Use mirror:// URL.
[license]: Change to GPL3+.
[description]: Use @command markup.
---
gnu/packages/shellutils.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 19effc3..70443f5 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+)))
- branch master updated (e9e1627 -> 2bb0d8b), guix-commits, 2021/11/13
- 02/10: gnu: spdlog: Update to 1.9.2., guix-commits, 2021/11/13
- 03/10: gnu: waybar: Update to 0.9.8., guix-commits, 2021/11/13
- 01/10: tests: Adjust tests/egg.scm to latest API changes., guix-commits, 2021/11/13
- 04/10: gnu: fmt: Update to 8.0.1., guix-commits, 2021/11/13
- 07/10: gnu: Add libomemo., guix-commits, 2021/11/13
- 05/10: gnu: bear: Update to 3.0.16., guix-commits, 2021/11/13
- 06/10: gnu: Add axc., guix-commits, 2021/11/13
- 08/10: gnu: Add purple-lurch., guix-commits, 2021/11/13
- 10/10: gnu: renameutils: Fix license and tweak.,
guix-commits <=
- 09/10: gnu: Add renameutils., guix-commits, 2021/11/13