fix repo URL for brew search

Closes Homebrew/homebrew#25192.
This commit is contained in:
Adam Vandenberg 2013-12-13 18:31:11 -08:00
parent ea646cd428
commit 856266432d

View File

@ -249,7 +249,7 @@ def paths
end end
module GitHub extend self module GitHub extend self
ISSUES_URI = URI.parse("https://api.github.com/legacy/issues/search/mxcl/homebrew/open/") ISSUES_URI = URI.parse("https://api.github.com/legacy/issues/search/Homebrew/homebrew/open/")
Error = Class.new(StandardError) Error = Class.new(StandardError)