deja-gnu: use secure head url
This commit is contained in:
parent
71bf26234e
commit
cafce118f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue