diff options
| author | Jack Nagel | 2014-12-18 13:06:05 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-18 13:08:50 -0500 | 
| commit | 74ff88a8b942519fe54cbc304fb9c6b9eaa3894d (patch) | |
| tree | d853f477706725ee43868a0e8eee5dd75d3f48ae /Library/Formula/fossil.rb | |
| parent | c84dbd0654d4c4d87906a70a3781f8825f6ae9a9 (diff) | |
| download | homebrew-74ff88a8b942519fe54cbc304fb9c6b9eaa3894d.tar.bz2 | |
Prefer :using over made-up URL schemes
Diffstat (limited to 'Library/Formula/fossil.rb')
| -rw-r--r-- | Library/Formula/fossil.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/fossil.rb b/Library/Formula/fossil.rb index 3d5a8c30f..5fb24629b 100644 --- a/Library/Formula/fossil.rb +++ b/Library/Formula/fossil.rb @@ -2,7 +2,7 @@ require "formula"  class Fossil < Formula    homepage "http://www.fossil-scm.org/" -  head "fossil://http://www.fossil-scm.org/" +  head "http://www.fossil-scm.org/", :using => :fossil    url "http://www.fossil-scm.org/download/fossil-src-20140612172556.tar.gz"    sha1 "173c3350ba39ecfee6e660f866b4f3104e351b33"    version "1.29" | 
