aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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'