From 2ea42647882f002d5ea98e8ffc901910e2946cbf Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 20 Nov 2017 20:42:03 +0000 Subject: [PATCH] mpich: improve/secure repository url(s) --- Formula/mpich.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/mpich.rb b/Formula/mpich.rb index 4887f44c7e..19bf54c2b7 100644 --- a/Formula/mpich.rb +++ b/Formula/mpich.rb @@ -19,7 +19,7 @@ class Mpich < Formula end head do - url "git://git.mpich.org/mpich.git" + url "http://git.mpich.org/mpich.git" depends_on "autoconf" => :build depends_on "automake" => :build