diff options
Diffstat (limited to 'Library/Formula/gflags.rb')
| -rw-r--r-- | Library/Formula/gflags.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/gflags.rb b/Library/Formula/gflags.rb index 0d8a450cc..83e98174d 100644 --- a/Library/Formula/gflags.rb +++ b/Library/Formula/gflags.rb @@ -2,7 +2,7 @@ require 'formula'  class Gflags < Formula    homepage 'http://code.google.com/p/google-gflags/' -  url 'http://gflags.googlecode.com/files/gflags-2.0.tar.gz' +  url 'https://gflags.googlecode.com/files/gflags-2.0.tar.gz'    sha1 'dfb0add1b59433308749875ac42796c41e824908'    def install | 
