diff options
| author | Adam Vandenberg | 2011-05-26 22:02:55 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-05-26 22:02:55 -0700 | 
| commit | 4e7c332a483b339b9db60ab0577176bfbcb197b7 (patch) | |
| tree | f7e6f66518a024869aaa76fb14abe340fe76953b /Library/Formula/magit.rb | |
| parent | 56a1b274b94c8c10fd8c33aa2d3a8cf1b6c4344c (diff) | |
| download | homebrew-4e7c332a483b339b9db60ab0577176bfbcb197b7.tar.bz2 | |
Use https for github repos.
Diffstat (limited to 'Library/Formula/magit.rb')
| -rw-r--r-- | Library/Formula/magit.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/magit.rb b/Library/Formula/magit.rb index fcad52111..0844e749d 100644 --- a/Library/Formula/magit.rb +++ b/Library/Formula/magit.rb @@ -4,7 +4,7 @@ class Magit < Formula    url 'https://github.com/downloads/magit/magit/magit-1.0.0.tar.gz'    homepage 'https://github.com/magit/magit'    md5 '1f640741ff0cf94ea84c607fac8758d6' -  head 'git://github.com/magit/magit.git' +  head 'https://github.com/magit/magit.git'    def install      system "make install DESTDIR=#{prefix} PREFIX="  | 
