app-vim/tagbar: use HTTPS.

Closes: https://github.com/gentoo/gentoo/pull/7406
This commit is contained in:
Michael Mair-Keimberger
2018-03-09 15:40:22 +01:00
committed by Patrice Clement
parent e7356993ca
commit a21b14e324
2 changed files with 4 additions and 4 deletions

View File

@@ -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
@@ -7,7 +7,7 @@ inherit vim-plugin
DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
HOMEPAGE="https://majutsushi.github.com/tagbar/
http://www.vim.org/scripts/script.php?script_id=3465"
https://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"
KEYWORDS="amd64 x86"

View File

@@ -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 @@ inherit vim-plugin
DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
HOMEPAGE="https://majutsushi.github.com/tagbar/
http://www.vim.org/scripts/script.php?script_id=3465"
https://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"
KEYWORDS="~amd64 ~x86"