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.
parent
0e0ba6c27a
commit
12ddeaad78
gnu/packages
|
@ -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
|
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
|
use, and should be able to run in any minimal POSIX-like environment with
|
||||||
ncurses installed.")
|
ncurses installed.")
|
||||||
(license (x11-style
|
(license (x11-style "file://COPYING"))
|
||||||
(string-append "https://g.blicky.net/ncdu.git/plain/COPYING?id=v"
|
|
||||||
version)))
|
|
||||||
(home-page "https://dev.yorhel.nl/ncdu")))
|
(home-page "https://dev.yorhel.nl/ncdu")))
|
||||||
|
|
||||||
(define-public ncdu
|
(define-public ncdu
|
||||||
|
|
Reference in New Issue