diff options
| -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 |
