diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:02 +0200 |
commit | 11ae5491f9e8527ef36e5bea21737199218d6d80 (patch) | |
tree | c8c47089f0906a7984eede59083dbe3d956d7d51 | |
parent | 75c7f790b0433d137c8c4a7f060bbbef47f06f11 (diff) |
gnu: alpine: Download over HTTPS.
* gnu/packages/mail.scm (alpine)[source]: Use HTTPS.
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index c41685f22c..7acb9c83ea 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -3794,7 +3794,7 @@ operators and scripters.") ;; the patched version, and so do we to not break expectations. ;; http://alpine.freeiz.com/alpine/readme/README.patches (uri (git-reference - (url "http://repo.or.cz/alpine.git") + (url "https://repo.or.cz/alpine.git") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 |