deja-gnu: use secure head url

This commit is contained in:
Viktor Szakats 2017-03-09 21:50:34 +00:00 committed by ilovezfs
parent 71bf26234e
commit cafce118f7

View file

@ -14,7 +14,7 @@ class DejaGnu < Formula
end end
head do head do
url "http://git.savannah.gnu.org/r/dejagnu.git" url "https://git.savannah.gnu.org/git/dejagnu.git"
depends_on "automake" => :build depends_on "automake" => :build
depends_on "autoconf" => :build depends_on "autoconf" => :build
end end