diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 18:29:10 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-04 23:10:20 +0100 |
commit | 7ed3655174355ae842bfcfb7dd3e842837da38de (patch) | |
tree | 86b0712930f2636c263d89fe4aa51c76cd725fec /app-vim | |
parent | app-vim/gitlog: use HTTPS. (diff) | |
download | gentoo-7ed3655174355ae842bfcfb7dd3e842837da38de.tar.gz gentoo-7ed3655174355ae842bfcfb7dd3e842837da38de.tar.bz2 gentoo-7ed3655174355ae842bfcfb7dd3e842837da38de.zip |
app-vim/gitv: use HTTPS.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gitv/gitv-1.3.1.ebuild | 4 | ||||
-rw-r--r-- | app-vim/gitv/gitv-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/gitv/gitv-1.3.1.ebuild b/app-vim/gitv/gitv-1.3.1.ebuild index 32b603a8c921..0c83e952b99e 100644 --- a/app-vim/gitv/gitv-1.3.1.ebuild +++ b/app-vim/gitv/gitv-1.3.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 @@ -14,7 +14,7 @@ else fi DESCRIPTION="vim plugin: gitk for vim" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574 https://github.com/gregsexton/gitv/" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3574 https://github.com/gregsexton/gitv/" LICENSE="vim" VIM_PLUGIN_HELPFILES="gitv" diff --git a/app-vim/gitv/gitv-9999.ebuild b/app-vim/gitv/gitv-9999.ebuild index a772cbef62f2..665594feb07b 100644 --- a/app-vim/gitv/gitv-9999.ebuild +++ b/app-vim/gitv/gitv-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=6 @@ -13,7 +13,7 @@ else fi DESCRIPTION="vim plugin: gitk for vim" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574 https://github.com/gregsexton/gitv/" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3574 https://github.com/gregsexton/gitv/" LICENSE="vim" VIM_PLUGIN_HELPFILES="gitv" |