Add 'From:' to GitHub url for formula

Closes Homebrew/homebrew#20724.
This commit is contained in:
Adam Vandenberg 2013-06-24 07:43:29 -07:00
parent aafe2f20d0
commit 371c1acfe4

View File

@ -79,7 +79,7 @@ module Homebrew extend self
path = "Library/Formula/#{path.basename}" path = "Library/Formula/#{path.basename}"
end end
"https://github.com/#{user}/#{repo}/commits/master/#{path}" "From: https://github.com/#{user}/#{repo}/commits/master/#{path}"
end end
def info_formula f def info_formula f