diff options
| author | Adam Vandenberg | 2011-09-02 15:13:12 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-09-02 15:13:12 -0700 |
| commit | 77156370b9c1c2e63f77015f165a56431e85537d (patch) | |
| tree | 4871cfe2a4669239759ce292e1ece91cd9db3788 /Library | |
| parent | 7c0a2471c7fba84a6f278f27f98bc649cf6d9c91 (diff) | |
| download | homebrew-77156370b9c1c2e63f77015f165a56431e85537d.tar.bz2 | |
authexec: fix audit warning
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/authexec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/authexec.rb b/Library/Formula/authexec.rb index b7b05fd02..8256068e3 100644 --- a/Library/Formula/authexec.rb +++ b/Library/Formula/authexec.rb @@ -1,7 +1,7 @@ require 'formula' class Authexec < Formula - head 'git://github.com/tcurdt/authexec.git' + head 'https://github.com/tcurdt/authexec.git' homepage 'https://github.com/tcurdt/authexec' def install |
