diff options
Diffstat (limited to 'Library/Formula/gist.rb')
| -rw-r--r-- | Library/Formula/gist.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gist.rb b/Library/Formula/gist.rb index 7ab7c679f..13e8022c9 100644 --- a/Library/Formula/gist.rb +++ b/Library/Formula/gist.rb @@ -4,7 +4,7 @@ class Gist < Formula homepage 'https://github.com/defunkt/gist' url 'https://github.com/defunkt/gist/tarball/v2.0.3' md5 '0b99159635df2083651d2ff9db8abb25' - head 'git://github.com/defunkt/gist.git' + head 'https://github.com/defunkt/gist.git' def install system "rake", "install", "prefix=#{prefix}" |
