diff options
| author | Viktor Szakats | 2015-01-04 05:02:27 +0100 |
|---|---|---|
| committer | Jack Nagel | 2015-01-04 02:13:16 -0500 |
| commit | fc2818b7a54dadcf0c35965ef1f07219da3fc4a7 (patch) | |
| tree | da47cf7c6493a7d81d5fe858020ec9448c522138 /Library/Homebrew/cmd/create.rb | |
| parent | 9db8580414da119def53f5bc7b0073683ebc9d2c (diff) | |
| download | brew-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/cmd/create.rb')
| -rw-r--r-- | Library/Homebrew/cmd/create.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb index 6f819bf5a..f99bf00a5 100644 --- a/Library/Homebrew/cmd/create.rb +++ b/Library/Homebrew/cmd/create.rb @@ -10,7 +10,7 @@ module Homebrew # Allow searching MacPorts or Fink. if ARGV.include? '--macports' - exec_browser "http://www.macports.org/ports.php?by=name&substr=#{ARGV.next}" + exec_browser "https://www.macports.org/ports.php?by=name&substr=#{ARGV.next}" elsif ARGV.include? '--fink' exec_browser "http://pdb.finkproject.org/pdb/browse.php?summary=#{ARGV.next}" end |
