isync: use secure head url
This commit is contained in:
parent
82bdf32687
commit
c3d50dd8e6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Isync < Formula
|
|||
end
|
||||
|
||||
head do
|
||||
url "git://git.code.sf.net/p/isync/isync"
|
||||
url "https://git.code.sf.net/p/isync/isync.git"
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
|
|
Loading…
Reference in a new issue