ncdu: use secure head url

This commit is contained in:
Viktor Szakats 2016-03-01 11:41:17 +01:00 committed by Xu Cheng
parent 3e9433c6a5
commit 2524b7c8d8

View file

@ -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