diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 18:25:01 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-04 23:09:30 +0100 |
commit | 00abd8fca168de433abc7390b0b46988336daee6 (patch) | |
tree | 6a9ddd5f34e3a8b53d86e3903e989d4e3fee587e /app-vim/fugitive | |
parent | app-vim/foldutil: use HTTPS. (diff) | |
download | gentoo-00abd8fca168de433abc7390b0b46988336daee6.tar.gz gentoo-00abd8fca168de433abc7390b0b46988336daee6.tar.bz2 gentoo-00abd8fca168de433abc7390b0b46988336daee6.zip |
app-vim/fugitive: use HTTPS.
Diffstat (limited to 'app-vim/fugitive')
-rw-r--r-- | app-vim/fugitive/fugitive-2.2.ebuild | 4 | ||||
-rw-r--r-- | app-vim/fugitive/fugitive-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/fugitive/fugitive-2.2.ebuild b/app-vim/fugitive/fugitive-2.2.ebuild index 71ee67fe65df..5f7552c24ee8 100644 --- a/app-vim/fugitive/fugitive-2.2.ebuild +++ b/app-vim/fugitive/fugitive-2.2.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=5 @@ -14,7 +14,7 @@ else fi DESCRIPTION="vim plugin: a git wrapper for vim" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/" LICENSE="vim" VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/fugitive/fugitive-9999.ebuild b/app-vim/fugitive/fugitive-9999.ebuild index 71ee67fe65df..5f7552c24ee8 100644 --- a/app-vim/fugitive/fugitive-9999.ebuild +++ b/app-vim/fugitive/fugitive-9999.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=5 @@ -14,7 +14,7 @@ else fi DESCRIPTION="vim plugin: a git wrapper for vim" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/" LICENSE="vim" VIM_PLUGIN_HELPFILES="${PN}.txt" |