diff options
| author | Mike McQuaid | 2013-03-01 09:34:37 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2013-03-01 11:21:52 +0000 | 
| commit | 7a524d91fa534013f80def00ca0e1aa79cd9a4a5 (patch) | |
| tree | 2de6965d9b07ff1ce05a2caf6efc8366d83d0888 | |
| parent | 6de2e45d7f90451506b3e39dec312d1b4f023e7a (diff) | |
| download | homebrew-7a524d91fa534013f80def00ca0e1aa79cd9a4a5.tar.bz2 | |
git-encrypt: use https for HEAD.
Closes #18151.
| -rw-r--r-- | Library/Formula/git-encrypt.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/git-encrypt.rb b/Library/Formula/git-encrypt.rb index 5ab49ba17..d67f990b5 100644 --- a/Library/Formula/git-encrypt.rb +++ b/Library/Formula/git-encrypt.rb @@ -5,7 +5,7 @@ class GitEncrypt < Formula    url 'https://github.com/shadowhand/git-encrypt/tarball/0.3.0'    sha1 '3b06d626e1eb33651de24ead3a5a9b10cdd8278a' -  head 'http://github.com/shadowhand/git-encrypt.git', :branch => 'master' +  head 'https://github.com/shadowhand/git-encrypt.git', :branch => 'master'    def install      bin.install 'gitcrypt' | 
