diff options
| author | Tianyi Cui | 2010-11-11 02:16:28 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-18 20:14:27 -0800 |
| commit | 7871a99fe3439f457634e5792dd2f7b127fdd2dc (patch) | |
| tree | 05f071812239c3c3eda888f1f45b880d2f79cdf3 /Library/Formula/magit.rb | |
| parent | d2530e5280072e1278eb509efbad3312e863e3e7 (diff) | |
| download | homebrew-7871a99fe3439f457634e5792dd2f7b127fdd2dc.tar.bz2 | |
Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/magit.rb')
| -rw-r--r-- | Library/Formula/magit.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/magit.rb b/Library/Formula/magit.rb index 6d026bda0..e78c7b9dc 100644 --- a/Library/Formula/magit.rb +++ b/Library/Formula/magit.rb @@ -1,8 +1,8 @@ require 'formula' class Magit <Formula - url 'http://github.com/downloads/philjackson/magit/magit-0.8.2.tar.gz' - homepage 'http://github.com/philjackson/magit' + url 'https://github.com/downloads/philjackson/magit/magit-0.8.2.tar.gz' + homepage 'https://github.com/philjackson/magit' md5 'fe7e1a1085190ede6bed49e406fe0ce9' head 'git://github.com/philjackson/magit.git' |
