aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
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/extend
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/extend')
-rw-r--r--Library/Homebrew/extend/ENV/shared.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV/shared.rb b/Library/Homebrew/extend/ENV/shared.rb
index b25263a17..9b83724b2 100644
--- a/Library/Homebrew/extend/ENV/shared.rb
+++ b/Library/Homebrew/extend/ENV/shared.rb
@@ -140,7 +140,7 @@ module SharedEnvExtension
end
# Snow Leopard defines an NCURSES value the opposite of most distros
- # See: http://bugs.python.org/issue6848
+ # See: https://bugs.python.org/issue6848
# Currently only used by aalib in core
def ncurses_define
append 'CPPFLAGS', "-DNCURSES_OPAQUE=0"