diff options
| author | Edward George | 2010-08-15 21:53:48 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-15 14:02:18 -0700 |
| commit | a7461fe256eedb2ef54d69df7f80838a170d1e7d (patch) | |
| tree | 59b506595c96678200281631f661be17f71a0074 | |
| parent | 48f764420d32eac46d292845342b2963bc1c7960 (diff) | |
| download | homebrew-a7461fe256eedb2ef54d69df7f80838a170d1e7d.tar.bz2 | |
Updated macvim repo to new official github repo.
It was announced with the 7.3 release that the repo.or.cz repo will be
deprecated in favour of the github one.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/macvim.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index a43c405b5..ba91ca1d6 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -1,7 +1,7 @@ require 'formula' class Macvim <Formula - head 'git://repo.or.cz/MacVim.git' + head 'git://github.com/b4winckler/macvim.git' homepage 'http://code.google.com/p/macvim' def options |
