aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2011-06-04 19:18:11 -0500
committerAdam Vandenberg2011-06-04 17:24:36 -0700
commitba8a12bdcaf80f13ee8840f2a9989f24194939fa (patch)
treef73c245e4e3af15badb2384bcc3929667110d7e6 /Library
parentc7c44ab78716b8cfb656dd21acd621cb14605d1c (diff)
downloadhomebrew-ba8a12bdcaf80f13ee8840f2a9989f24194939fa.tar.bz2
Use https for GitHub repo downloads
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/direnv.rb2
-rw-r--r--Library/Formula/zeromq.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/direnv.rb b/Library/Formula/direnv.rb
index ced8b1e5c..ef071132f 100644
--- a/Library/Formula/direnv.rb
+++ b/Library/Formula/direnv.rb
@@ -5,7 +5,7 @@ class Direnv < Formula
url 'https://github.com/zimbatm/direnv/tarball/v0.1.62'
md5 '28eb1aa6b66f34c1a1990634bea02561'
- head 'git://github.com/zimbatm/direnv.git'
+ head 'https://github.com/zimbatm/direnv.git'
def install
# App and support files live in libexec
diff --git a/Library/Formula/zeromq.rb b/Library/Formula/zeromq.rb
index ab2d972d4..590e08b51 100644
--- a/Library/Formula/zeromq.rb
+++ b/Library/Formula/zeromq.rb
@@ -2,7 +2,7 @@ require 'formula'
class Zeromq < Formula
url 'http://download.zeromq.org/zeromq-2.1.7.tar.gz'
- head 'git://github.com/zeromq/libzmq.git'
+ head 'https://github.com/zeromq/libzmq.git'
homepage 'http://www.zeromq.org/'
md5 '7d3120f8a8fb913a7e55c57c6eb024f3'