ncdu: use secure head url
This commit is contained in:
parent
3e9433c6a5
commit
2524b7c8d8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Ncdu < Formula
|
|||
end
|
||||
|
||||
head do
|
||||
url "git://g.blicky.net/ncdu.git"
|
||||
url "https://g.blicky.net/ncdu.git"
|
||||
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
|
|
Loading…
Reference in a new issue