diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-10-15 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-10-15 02:00:00 +0200 |
commit | 12ddeaad785a728137ecccc9ac9ecc78fdd5e1da (patch) | |
tree | 2e22d7c036db46cb68d555105b28b94e3f4bac96 /gnu/packages/ncdu.scm | |
parent | 0e0ba6c27a28c03920abb1d0d5563c5dd3c0d260 (diff) |
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.
Diffstat (limited to 'gnu/packages/ncdu.scm')
-rw-r--r-- | gnu/packages/ncdu.scm | 4 |
1 files changed, 1 insertions, 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 |