aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorricho2012-05-12 01:35:50 +1000
committerAdam Vandenberg2012-05-12 09:49:28 -0700
commit38cbac339b594052c445109718e9d8b322735aec (patch)
tree8fdfa023046e2d54186a0bdea3ff9608e6ac21aa /Library/Formula
parent79716b3670e633c0b59afe80fbf11734bddf6ffc (diff)
downloadhomebrew-38cbac339b594052c445109718e9d8b322735aec.tar.bz2
vimpc: move head repo
My github username has changed Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vimpc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vimpc.rb b/Library/Formula/vimpc.rb
index ab25b1c02..5f9875f82 100644
--- a/Library/Formula/vimpc.rb
+++ b/Library/Formula/vimpc.rb
@@ -5,7 +5,7 @@ class Vimpc < Formula
url 'http://downloads.sourceforge.net/project/vimpc/Release%200.05/vimpc-0.05.tar.gz'
md5 'f96cdc10827ddfbb53318e9ab4bab93b'
- head 'https://github.com/richoH/vimpc.git'
+ head 'https://github.com/richo/vimpc.git'
depends_on 'pkg-config' => :build
depends_on 'pcre++'