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/gource.rb | |
| parent | 56a1b274b94c8c10fd8c33aa2d3a8cf1b6c4344c (diff) | |
| download | homebrew-4e7c332a483b339b9db60ab0577176bfbcb197b7.tar.bz2 | |
Use https for github repos.
Diffstat (limited to 'Library/Formula/gource.rb')
| -rw-r--r-- | Library/Formula/gource.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb index dc77af738..99ec20ef6 100644 --- a/Library/Formula/gource.rb +++ b/Library/Formula/gource.rb @@ -2,9 +2,9 @@ require 'formula' class Gource < Formula homepage 'http://code.google.com/p/gource/' - url 'git://github.com/acaudwell/Gource.git', :tag => "gource-0.34" + url 'https://github.com/acaudwell/Gource.git', :tag => "gource-0.34" version "0.34" - head 'git://github.com/acaudwell/Gource.git' + head 'https://github.com/acaudwell/Gource.git' depends_on 'pkg-config' => :build depends_on 'sdl' |
