aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/requirements
diff options
context:
space:
mode:
authorViktor Szakats2015-01-04 05:02:27 +0100
committerJack Nagel2015-01-04 02:13:16 -0500
commitfc2818b7a54dadcf0c35965ef1f07219da3fc4a7 (patch)
treeda47cf7c6493a7d81d5fe858020ec9448c522138 /Library/Homebrew/requirements
parent9db8580414da119def53f5bc7b0073683ebc9d2c (diff)
downloadbrew-fc2818b7a54dadcf0c35965ef1f07219da3fc4a7.tar.bz2
Use more https in urls and updated some lost links
Closes Homebrew/homebrew#35531. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/requirements')
-rw-r--r--Library/Homebrew/requirements/mpi_dependency.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements/mpi_dependency.rb b/Library/Homebrew/requirements/mpi_dependency.rb
index 44fc23495..0f5a0be68 100644
--- a/Library/Homebrew/requirements/mpi_dependency.rb
+++ b/Library/Homebrew/requirements/mpi_dependency.rb
@@ -50,7 +50,7 @@ class MPIDependency < Requirement
env do
# Set environment variables to help configure scripts find MPI compilers.
# Variable names taken from:
- # http://www.gnu.org/software/autoconf-archive/ax_mpi.html
+ # https://www.gnu.org/software/autoconf-archive/ax_mpi.html
@lang_list.each do |lang|
compiler = 'mpi' + lang.to_s
mpi_path = which compiler