aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gource.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb
index 5c01389f4..69f2ea8e5 100644
--- a/Library/Formula/gource.rb
+++ b/Library/Formula/gource.rb
@@ -5,9 +5,9 @@ class Gource < Formula
url 'http://gource.googlecode.com/files/gource-0.40.tar.gz'
sha1 '7af594f84c0ec4c84278a8e9008f83a7a02e97fa'
- head 'https://github.com/acaudwell/Gource.git'
+ head do
+ url 'https://github.com/acaudwell/Gource.git'
- if build.head?
depends_on :automake
depends_on :libtool
end