diff options
| author | Adam Vandenberg | 2013-01-05 10:57:35 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-05 10:57:35 -0800 |
| commit | b9e3f88912b82bc8ffc5275cca64cbaa53acdc8d (patch) | |
| tree | 164ab241f4c4acf30f1ca2423d1da149e17b17f4 /Library | |
| parent | 000ad0a12f761e83c62ceb968d577a191a935cac (diff) | |
| download | homebrew-b9e3f88912b82bc8ffc5275cca64cbaa53acdc8d.tar.bz2 | |
osxutils: fix audit
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/osxutils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/osxutils.rb b/Library/Formula/osxutils.rb index 97f4a56fd..3e458280c 100644 --- a/Library/Formula/osxutils.rb +++ b/Library/Formula/osxutils.rb @@ -5,7 +5,7 @@ class Osxutils < Formula url 'https://github.com/vasi/osxutils/archive/v1.8.tar.gz' sha1 'c3d20da36ecfae3abff07f482a572b3680a12b6d' - head 'git://github.com/vasi/osxutils.git' + head 'https://github.com/vasi/osxutils.git' def install system 'make' |
