gnu: alpine: Download over HTTPS.
* gnu/packages/mail.scm (alpine)[source]: Use HTTPS.
This commit is contained in:
parent
75c7f790b0
commit
11ae5491f9
1 changed files with 1 additions and 1 deletions
|
@ -3794,7 +3794,7 @@ operators and scripters.")
|
||||||
;; the patched version, and so do we to not break expectations.
|
;; the patched version, and so do we to not break expectations.
|
||||||
;; http://alpine.freeiz.com/alpine/readme/README.patches
|
;; http://alpine.freeiz.com/alpine/readme/README.patches
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "http://repo.or.cz/alpine.git")
|
(url "https://repo.or.cz/alpine.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Reference in a new issue