monetdb: use secure head url
This commit is contained in:
parent
92829a71e6
commit
be543480a8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class Monetdb < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
head do
|
head do
|
||||||
url "http://dev.monetdb.org/hg/MonetDB", :using => :hg
|
url "https://dev.monetdb.org/hg/MonetDB", :using => :hg
|
||||||
|
|
||||||
depends_on "libtool" => :build
|
depends_on "libtool" => :build
|
||||||
depends_on "gettext" => :build
|
depends_on "gettext" => :build
|
||||||
|
|
Loading…
Reference in a new issue