From 8c7871b70a8a7b31d3df6cd448bbff14da5d651d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 9 Sep 2011 13:28:38 -0500 Subject: 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 --- Library/Formula/groovyserv.rb | 2 +- Library/Formula/leiningen.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') 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' -- cgit v1.2.3