diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2020-11-15 16:52:38 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2020-11-16 09:27:39 +0100 |
commit | e4ceb5a3e3ac7b2061092c1f65af696e4f5eeafe (patch) | |
tree | cf6517b224d4253f82b3530036187448bbab6363 /app-vim/gundo | |
parent | media-sound/din: removed obsolete 47.1 (diff) | |
download | gentoo-e4ceb5a3e3ac7b2061092c1f65af696e4f5eeafe.tar.gz gentoo-e4ceb5a3e3ac7b2061092c1f65af696e4f5eeafe.tar.bz2 gentoo-e4ceb5a3e3ac7b2061092c1f65af696e4f5eeafe.zip |
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>
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" |