diff options
Diffstat (limited to 'app-vim/command-t')
-rw-r--r-- | app-vim/command-t/command-t-5.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/command-t/command-t-5.0.1.ebuild b/app-vim/command-t/command-t-5.0.1.ebuild index c9923ecdfe3d..700b5dbef1e5 100644 --- a/app-vim/command-t/command-t-5.0.1.ebuild +++ b/app-vim/command-t/command-t-5.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ USE_RUBY="ruby22 ruby23 ruby24" inherit vim-plugin ruby-ng DESCRIPTION="vim plugin: fast file navigation for vim" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025 https://github.com/wincent/command-t" +HOMEPAGE="https://vim.sourceforge.io/scripts/script.php?script_id=3025 https://github.com/wincent/command-t" SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" KEYWORDS="~amd64 ~x86" |