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
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://invisible-mirror.net/archives/dialog/dialog-"
|
||||
"https://invisible-mirror.net/archives/dialog/dialog-"
|
||||
version ".tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in New Issue