diff options
| author | Viktor Szakáts | 2015-03-15 18:04:23 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2015-03-15 17:42:20 +0000 | 
| commit | 1be3acf8d40c7f96f86ddfda704db27d2f52904d (patch) | |
| tree | 75cc57224d2a697987c991e280415d923dfbb2f2 | |
| parent | 0281a14856676e5455ceb1c0b97ce2afb560221f (diff) | |
| download | homebrew-1be3acf8d40c7f96f86ddfda704db27d2f52904d.tar.bz2 | |
varnish: use https homepage
Closes #37744.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/varnish.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/varnish.rb b/Library/Formula/varnish.rb index 7f13c1e02..7555a3b66 100644 --- a/Library/Formula/varnish.rb +++ b/Library/Formula/varnish.rb @@ -1,7 +1,7 @@  require 'formula'  class Varnish < Formula -  homepage 'http://www.varnish-cache.org/' +  homepage 'https://www.varnish-cache.org/'    url 'https://repo.varnish-cache.org/source/varnish-4.0.3.tar.gz'    sha1 'ba4668cb7d17f95c4c5e4baf964fe1412a269297' | 
