From 7394ce686663a43cfa050b79fad1c6fd4e04f801 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 16 Apr 2012 19:10:52 -0700 Subject: Go: remove unofficial Git mirror --- Library/Formula/go.rb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index 02099441e..d284aae7d 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -6,18 +6,10 @@ class Go < Formula version '1' sha1 '6023623d083db1980965335b8ac4fa8b428fa484' - if ARGV.include? "--use-git" - head 'https://github.com/tav/go.git' - else - head 'http://go.googlecode.com/hg/' - end + head 'http://go.googlecode.com/hg/' skip_clean 'bin' - def options - [["--use-git", "Use git mirror instead of official hg repository"]] - end - def install prefix.install Dir['*'] -- cgit v1.2.3