Skip to content

Commit

Permalink
go: fix head URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Dec 12, 2014
1 parent c6f3935 commit 3947b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/go.rb
Expand Up @@ -2,7 +2,7 @@

class Go < Formula
homepage 'http://golang.org'
head 'https://go.googlesource.com/go'
head 'https://go.googlesource.com/go', :using => :git
url 'https://storage.googleapis.com/golang/go1.4.src.tar.gz'
version '1.4'
sha1 '6a7d9bd90550ae1e164d7803b3e945dc8309252b'
Expand Down

0 comments on commit 3947b1d

Please sign in to comment.