aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-09 15:18:40 -0500
committerJack Nagel2014-12-09 15:19:06 -0500
commita87e42a24388a006403b5671ec9eb70c13821ab3 (patch)
treedca6c70d71827b72e2217f7d30579077c2e5aa27 /Library/Formula
parent996f93afc38481332bc552f7a77d74f3dde38981 (diff)
downloadhomebrew-a87e42a24388a006403b5671ec9eb70c13821ab3.tar.bz2
qt: use https for head
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index c36a04190..4488f5390 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -23,7 +23,7 @@ class Qt < Formula
sha1 "668ac1a65811e0ff23230a698725b383c61c1d13" => :mountain_lion
end
- head "git://gitorious.org/qt/qt.git", :branch => '4.8'
+ head "https://gitorious.org/qt/qt.git", :branch => "4.8"
option :universal
option 'with-qt3support', 'Build with deprecated Qt3Support module support'