vim: use canonical url as homepage
This commit is contained in:
parent
1503d2d1b9
commit
3e5831c018
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
class Vim < Formula
|
||||
desc "Vi 'workalike' with many additional features"
|
||||
homepage "https://vim.sourceforge.io/"
|
||||
homepage "https://www.vim.org/"
|
||||
# vim should only be updated every 50 releases on multiples of 50
|
||||
url "https://github.com/vim/vim/archive/v8.0.1500.tar.gz"
|
||||
sha256 "c2dc97680ca7d8c4e623bb457f6698879bb06d29499b1ecb6b86fdedc1d0afd3"
|
||||
|
|
Loading…
Reference in a new issue