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.
This commit is contained in:
Tobias Geerinckx-Rice 2023-10-15 02:00:00 +02:00
parent 0e0ba6c27a
commit 12ddeaad78
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -53,9 +53,7 @@ (define-public ncdu-1
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