diff options
| author | Adam Vandenberg | 2011-06-19 14:53:17 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-19 14:53:17 -0700 |
| commit | 144e24a367cad76944cf68eea0a4d09fa04e6baa (patch) | |
| tree | 36afd0dd1e1d50005048aba277076db4ac3bbf28 | |
| parent | 70c6ca0bbc099dc722ab91a568aefb5e511567eb (diff) | |
| download | homebrew-144e24a367cad76944cf68eea0a4d09fa04e6baa.tar.bz2 | |
sigar: fix audit warning
| -rw-r--r-- | Library/Formula/sigar.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sigar.rb b/Library/Formula/sigar.rb index 8e6dfc264..c09cf633a 100644 --- a/Library/Formula/sigar.rb +++ b/Library/Formula/sigar.rb @@ -2,7 +2,7 @@ require 'formula' class Sigar < Formula # HEAD has up to date bindings that are actually useful. - head 'git://github.com/hyperic/sigar.git' + head 'https://github.com/hyperic/sigar.git' homepage 'http://sigar.hyperic.com/' def options |
