dgen: use secure head url

This commit is contained in:
Viktor Szakats 2017-03-09 18:43:56 +00:00 committed by ilovezfs
parent ff7f72b1b3
commit 1ed8246af1

View file

@ -11,7 +11,7 @@ class Dgen < Formula
end
head do
url "git://git.code.sf.net/p/dgen/dgen"
url "https://git.code.sf.net/p/dgen/dgen.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
end