aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jenkins.rb
diff options
context:
space:
mode:
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'