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:
parent
485747af49
commit
7481eadb8e
1 changed files with 1 additions and 1 deletions
|
@ -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/'
|
||||
|
|
Loading…
Reference in a new issue