aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jenkins.rb
diff options
context:
space:
mode:
authorJack Nagel2011-10-10 15:17:11 -0500
committerJack Nagel2011-10-10 15:17:52 -0500
commit94b30b1753a8a45a1218ddc8514bc155e6898d14 (patch)
treebd819894ec9698e0c49ba49642df4cc20698ff9a /Library/Formula/jenkins.rb
parentf7bfae887e5518c4ee5cbb3eff8fb69699717a68 (diff)
downloadhomebrew-94b30b1753a8a45a1218ddc8514bc155e6898d14.tar.bz2
Use HTTPS for GitHub HEAD clones
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/jenkins.rb')
-rw-r--r--Library/Formula/jenkins.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb
index e9891de56..52fb88a3a 100644
--- a/Library/Formula/jenkins.rb
+++ b/Library/Formula/jenkins.rb
@@ -2,7 +2,7 @@ require 'formula'
class Jenkins < Formula
url 'http://mirrors.jenkins-ci.org/war/1.428/jenkins.war', :using => :nounzip
- head 'git://github.com/jenkinsci/jenkins.git'
+ head 'https://github.com/jenkinsci/jenkins.git'
version '1.428'
md5 '5817e09ccc3a2996addeb8f1bc1cb6c8'
homepage 'http://jenkins-ci.org'