From fc2818b7a54dadcf0c35965ef1f07219da3fc4a7 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 4 Jan 2015 05:02:27 +0100 Subject: Use more https in urls and updated some lost links Closes Homebrew/homebrew#35531. Signed-off-by: Jack Nagel --- Library/Homebrew/cmd/create.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd/create.rb') 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 -- cgit v1.2.3