diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-09 19:23:35 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:54:36 +0100 |
commit | a80fa60bc5de66e539d417d17a857da9e2f581ae (patch) | |
tree | 23d242cd940b2ad9cc22f24f3053a2896ded1c69 /app-vim | |
parent | app-admin/syslog-ng: drop old. (diff) | |
download | gentoo-a80fa60bc5de66e539d417d17a857da9e2f581ae.tar.gz gentoo-a80fa60bc5de66e539d417d17a857da9e2f581ae.tar.bz2 gentoo-a80fa60bc5de66e539d417d17a857da9e2f581ae.zip |
app-vim/vscommand: use HTTPS.
Closes: https://github.com/gentoo/gentoo/pull/7407
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vcscommand/vcscommand-1.99.47.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vcscommand/vcscommand-1.99.47.ebuild b/app-vim/vcscommand/vcscommand-1.99.47.ebuild index ca4c1e3fface..9199a9fb5e6e 100644 --- a/app-vim/vcscommand/vcscommand-1.99.47.ebuild +++ b/app-vim/vcscommand/vcscommand-1.99.47.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=90" LICENSE="MIT" KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" |