wget: use secure head url
This commit is contained in:
parent
2e2783a20b
commit
fc19e8770c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Wget < Formula
|
|||
end
|
||||
|
||||
head do
|
||||
url "git://git.savannah.gnu.org/wget.git"
|
||||
url "https://git.savannah.gnu.org/git/wget.git"
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
|
|
Loading…
Reference in a new issue