[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: ncdu: Use a less clever licence URL.
From: |
guix-commits |
Subject: |
02/12: gnu: ncdu: Use a less clever licence URL. |
Date: |
Thu, 19 Oct 2023 17:58:25 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 12ddeaad785a728137ecccc9ac9ecc78fdd5e1da
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 15 02:00:00 2023 +0200
gnu: ncdu: Use a less clever licence URL.
* gnu/packages/ncdu.scm (ncdu-1)[license]: Use a relative file:// in the
source directory instead of a remote https:// link to a Gitweb instance.
---
gnu/packages/ncdu.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm
index 4ff6d676f7..a4d9bd4ee2 100644
--- a/gnu/packages/ncdu.scm
+++ b/gnu/packages/ncdu.scm
@@ -53,9 +53,7 @@ run on a remote server where you don't have an entire
graphical setup, but have
to do with a simple SSH connection. ncdu aims to be fast, simple and easy to
use, and should be able to run in any minimal POSIX-like environment with
ncurses installed.")
- (license (x11-style
- (string-append "https://g.blicky.net/ncdu.git/plain/COPYING?id=v"
- version)))
+ (license (x11-style "file://COPYING"))
(home-page "https://dev.yorhel.nl/ncdu")))
(define-public ncdu
- branch master updated (c065da01ff -> 47e265af75), guix-commits, 2023/10/19
- 04/12: gnu: mosh: Update package style., guix-commits, 2023/10/19
- 03/12: gnu: font-terminus: Install the README., guix-commits, 2023/10/19
- 01/12: gnu: iceauth: Fix source., guix-commits, 2023/10/19
- 05/12: gnu: mosh: Prepare for cross-building., guix-commits, 2023/10/19
- 06/12: gnu: Add psftools., guix-commits, 2023/10/19
- 02/12: gnu: ncdu: Use a less clever licence URL.,
guix-commits <=
- 07/12: gnu: isc-dhcp: Remove unused net-tools input., guix-commits, 2023/10/19
- 08/12: gnu: network-manager: Update to 1.44.0., guix-commits, 2023/10/19
- 10/12: gnu: ppp: Update to 2.5.0., guix-commits, 2023/10/19
- 09/12: gnu: network-manager: Use Meson option for modprobe., guix-commits, 2023/10/19
- 11/12: gnu: connman: Update to 1.42., guix-commits, 2023/10/19
- 12/12: linux-modules: Fix module dependency loading., guix-commits, 2023/10/19