From 856266432daf7bb69d573b5efde533b301061730 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 13 Dec 2013 18:31:11 -0800 Subject: fix repo URL for brew search Closes Homebrew/homebrew#25192. --- Library/Homebrew/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 7327c41df..87b91d6b9 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -249,7 +249,7 @@ def paths end 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) -- cgit v1.2.3