gnu: zsh: Use HTTPS.

* gnu/packages/shells.scm (zsh)[source, home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2018-09-11 21:59:38 +02:00
parent c8749b0250
commit 4dbef67102
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -296,10 +296,10 @@ history mechanism, job control and a C-like syntax.")
(source (origin
(method url-fetch)
(uri (list (string-append
"http://www.zsh.org/pub/zsh-" version
"https://www.zsh.org/pub/zsh-" version
".tar.xz")
(string-append
"http://www.zsh.org/pub/old/zsh-" version
"https://www.zsh.org/pub/old/zsh-" version
".tar.xz")))
(sha256
(base32
@ -360,7 +360,7 @@ as an interactive login shell and as a powerful command interpreter
for shell scripting. Zsh can be thought of as an extended Bourne shell
with a large number of improvements, including some features of bash,
ksh, and tcsh.")
(home-page "http://www.zsh.org/")
(home-page "https://www.zsh.org/")
;; The whole thing is under an MIT/X11-style license, but there's one
;; command, 'Completion/Unix/Command/_darcs', which is under GPLv2+.