diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/info.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/info.rb b/Library/Homebrew/cmd/info.rb index b5f133dfd..ab328ea78 100644 --- a/Library/Homebrew/cmd/info.rb +++ b/Library/Homebrew/cmd/info.rb @@ -79,7 +79,7 @@ module Homebrew extend self path = "Library/Formula/#{path.basename}" end - "https://github.com/#{user}/#{repo}/commits/master/#{path}" + "From: https://github.com/#{user}/#{repo}/commits/master/#{path}" end def info_formula f |
