zsh: use secure head url
This commit is contained in:
parent
fff68f6390
commit
ef4e1fdffa
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Zsh < Formula
|
|||
end
|
||||
|
||||
head do
|
||||
url "git://git.code.sf.net/p/zsh/code"
|
||||
url "https://git.code.sf.net/p/zsh/code.git"
|
||||
depends_on "autoconf" => :build
|
||||
|
||||
option "with-unicode9", "Build with Unicode 9 character width support"
|
||||
|
|
Loading…
Reference in a new issue