diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:26:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:27:19 +0200 |
commit | 00846f5f7be003565185b4945997bd9c766ecd96 (patch) | |
tree | 1383d633547ffc98b364b179d0dd5cc1134a4a92 /app-vim/tagbar | |
parent | dev-lang/php: Added first PHP 7.0.0 RC (diff) | |
download | gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.gz gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.bz2 gentoo-00846f5f7be003565185b4945997bd9c766ecd96.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-vim/tagbar')
-rw-r--r-- | app-vim/tagbar/tagbar-2.5.ebuild | 2 | ||||
-rw-r--r-- | app-vim/tagbar/tagbar-2.6.1.ebuild | 2 | ||||
-rw-r--r-- | app-vim/tagbar/tagbar-2.6.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/tagbar/tagbar-2.5.ebuild b/app-vim/tagbar/tagbar-2.5.ebuild index 6ed8e95f4ad8..82eb811af531 100644 --- a/app-vim/tagbar/tagbar-2.5.ebuild +++ b/app-vim/tagbar/tagbar-2.5.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: display tags of the current file ordered by scope" -HOMEPAGE="http://majutsushi.github.com/tagbar/ +HOMEPAGE="https://majutsushi.github.com/tagbar/ http://www.vim.org/scripts/script.php?script_id=3465" SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" diff --git a/app-vim/tagbar/tagbar-2.6.1.ebuild b/app-vim/tagbar/tagbar-2.6.1.ebuild index 3d5587692e8e..ffdfa037fed8 100644 --- a/app-vim/tagbar/tagbar-2.6.1.ebuild +++ b/app-vim/tagbar/tagbar-2.6.1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: display tags of the current file ordered by scope" -HOMEPAGE="http://majutsushi.github.com/tagbar/ +HOMEPAGE="https://majutsushi.github.com/tagbar/ http://www.vim.org/scripts/script.php?script_id=3465" SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" diff --git a/app-vim/tagbar/tagbar-2.6.ebuild b/app-vim/tagbar/tagbar-2.6.ebuild index 1c6876a05a4f..2ab963007419 100644 --- a/app-vim/tagbar/tagbar-2.6.ebuild +++ b/app-vim/tagbar/tagbar-2.6.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: display tags of the current file ordered by scope" -HOMEPAGE="http://majutsushi.github.com/tagbar/ +HOMEPAGE="https://majutsushi.github.com/tagbar/ http://www.vim.org/scripts/script.php?script_id=3465" SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" |