parent
915977889c
commit
faaac9482e
@ -79,7 +79,7 @@ module Homebrew extend self
|
|||||||
path = "Library/Formula/#{path.basename}"
|
path = "Library/Formula/#{path.basename}"
|
||||||
end
|
end
|
||||||
|
|
||||||
"From: https://github.com/#{user}/#{repo}/commits/master/#{path}"
|
"https://github.com/#{user}/#{repo}/commits/master/#{path}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def info_formula f
|
def info_formula f
|
||||||
@ -116,7 +116,7 @@ module Homebrew extend self
|
|||||||
end
|
end
|
||||||
|
|
||||||
history = github_info(f)
|
history = github_info(f)
|
||||||
puts history if history
|
puts "From: #{history}" if history
|
||||||
|
|
||||||
unless f.deps.empty?
|
unless f.deps.empty?
|
||||||
ohai "Dependencies"
|
ohai "Dependencies"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user