Skip to content
Snippets Groups Projects
Unverified Commit 89e1b270 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: dialog: Download sources over HTTPS.

* gnu/packages/ncurses.scm (dialog)[source]: Use HTTPS.
parent da71a77c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment