mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: dialog: Download sources over HTTPS.
* gnu/packages/ncurses.scm (dialog)[source]: Use HTTPS.
This commit is contained in:
parent
da71a77c8e
commit
89e1b270d2
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ (define-public dialog
|
|||
(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 a new issue