aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vimpc.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/vimpc.rb b/Library/Formula/vimpc.rb
index b2db4ecbb..04e1ff628 100644
--- a/Library/Formula/vimpc.rb
+++ b/Library/Formula/vimpc.rb
@@ -5,9 +5,9 @@ class Vimpc < Formula
url 'http://downloads.sourceforge.net/project/vimpc/Release%200.08.1/vimpc-0.08.1.tar.gz'
sha1 '2620e7148b4cac7472952690e5b5df199188d3c8'
- head 'https://github.com/boysetsfrog/vimpc.git'
+ head do
+ url 'https://github.com/boysetsfrog/vimpc.git'
- if build.head?
depends_on :automake
depends_on :libtool
end