app-vim/gundo: update HOMEPAGE/SRC_URI.

Closes: https://bugs.gentoo.org/739790
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Patrice Clement
2020-11-15 16:52:38 +01:00
parent 8bb8dc0bcd
commit e4ceb5a3e3

View File

@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6,7,8} )
inherit vim-plugin python-single-r1 vcs-snapshot
DESCRIPTION="vim plugin: visualize your vim undo tree"
HOMEPAGE="https://sjl.bitbucket.io/gundo.vim/"
SRC_URI="https://bitbucket.org/sjl/gundo.vim/get/v${PV}.tar.bz2 -> ${P}.tar.bz2"
HOMEPAGE="https://github.com/sjl/gundo.vim"
SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="GPL-2+"
KEYWORDS="amd64 x86 ~x64-macos"