aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2011-09-09 13:28:38 -0500
committerJack Nagel2011-09-09 13:33:36 -0500
commit8c7871b70a8a7b31d3df6cd448bbff14da5d651d (patch)
tree5ba9c379cc1ad87a07b5728bdf813524fa49a79f /Library
parent22ff383f99b2be71e1679e7067510c34c2ff1c5d (diff)
downloadhomebrew-8c7871b70a8a7b31d3df6cd448bbff14da5d651d.tar.bz2
Use HTTPS for GitHub checkouts
Either these two were missed or were modified since we changed all of the GitHub HEADs to use HTTPS. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/groovyserv.rb2
-rw-r--r--Library/Formula/leiningen.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/groovyserv.rb b/Library/Formula/groovyserv.rb
index c7f1cc43d..b291db34f 100644
--- a/Library/Formula/groovyserv.rb
+++ b/Library/Formula/groovyserv.rb
@@ -4,7 +4,7 @@ class Groovyserv < Formula
homepage 'http://kobo.github.com/groovyserv/'
url 'https://github.com/downloads/kobo/groovyserv/groovyserv-0.9-src.zip'
sha1 '54464608f90a381b44cf7959136e1b1f31a3919c'
- head 'http://github.com/kobo/groovyserv.git', :using => :git
+ head 'https://github.com/kobo/groovyserv.git', :using => :git
depends_on 'gradle' => :build
depends_on 'groovy'
diff --git a/Library/Formula/leiningen.rb b/Library/Formula/leiningen.rb
index becf139a4..41162acc0 100644
--- a/Library/Formula/leiningen.rb
+++ b/Library/Formula/leiningen.rb
@@ -2,7 +2,7 @@ require 'formula'
class Leiningen < Formula
url 'http://github.com/technomancy/leiningen/tarball/1.6.1'
- head 'http://github.com/technomancy/leiningen.git', :using => :git
+ head 'https://github.com/technomancy/leiningen.git', :using => :git
homepage 'http://github.com/technomancy/leiningen'
md5 '97ae6d4842c2ac3d5d80db96332a2040'