diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 09:01:35 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:46:16 +0100 |
commit | 9eb0a19c36be67e6debea4720fc951b1cb1d652e (patch) | |
tree | 115c1a6789d04e4a16c93460b24b21ae2ce398c4 /app-vim/command-t | |
parent | app-vim/colorv: use HTTPS. (diff) | |
download | gentoo-9eb0a19c36be67e6debea4720fc951b1cb1d652e.tar.gz gentoo-9eb0a19c36be67e6debea4720fc951b1cb1d652e.tar.bz2 gentoo-9eb0a19c36be67e6debea4720fc951b1cb1d652e.zip |
app-vim/command-t: use HTTPS, sync HOMEPAGE.
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" |