vim: change project URL to generic debian.org

Closes Homebrew/homebrew#23185.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Daniel James McMahon 2013-10-10 15:04:20 -05:00 committed by Adam Vandenberg
parent 485747af49
commit 7481eadb8e

View file

@ -3,7 +3,7 @@ require 'formula'
class Vim < Formula
homepage 'http://www.vim.org/'
# This package tracks debian-unstable: http://packages.debian.org/unstable/vim
url 'http://ftp.de.debian.org/debian/pool/main/v/vim/vim_7.4.052.orig.tar.gz'
url 'http://ftp.debian.org/debian/pool/main/v/vim/vim_7.4.052.orig.tar.gz'
sha1 '216ab69faf7e73e4b86da7f00e4ad3b3cca1fdb8'
head 'https://vim.googlecode.com/hg/'