gnu: dialog: Download sources over HTTPS.
* gnu/packages/ncurses.scm (dialog)[source]: Use HTTPS.
This commit is contained in:
parent
da71a77c8e
commit
89e1b270d2
|
@ -233,7 +233,7 @@ ncursesw library provides wide character support.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://invisible-mirror.net/archives/dialog/dialog-"
|
"https://invisible-mirror.net/archives/dialog/dialog-"
|
||||||
version ".tgz"))
|
version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue