diff options
Diffstat (limited to 'app-vim/gundo')
-rw-r--r-- | app-vim/gundo/gundo-2.6.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild b/app-vim/gundo/gundo-2.6.2-r3.ebuild index 6d5959d40788..99e5e27abc4c 100644 --- a/app-vim/gundo/gundo-2.6.2-r3.ebuild +++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild @@ -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" |