diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-09 15:40:22 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:54:56 +0100 |
commit | a21b14e32445becf9e8cccfedad43c426672cb53 (patch) | |
tree | 45009c7f9a135299d22e728412d277e8572b18db /app-vim/tagbar | |
parent | dev-libs/msgpack: use HTTPS. (diff) | |
download | gentoo-a21b14e32445becf9e8cccfedad43c426672cb53.tar.gz gentoo-a21b14e32445becf9e8cccfedad43c426672cb53.tar.bz2 gentoo-a21b14e32445becf9e8cccfedad43c426672cb53.zip |
app-vim/tagbar: use HTTPS.
Closes: https://github.com/gentoo/gentoo/pull/7406
Diffstat (limited to 'app-vim/tagbar')
-rw-r--r-- | app-vim/tagbar/tagbar-2.6.1.ebuild | 4 | ||||
-rw-r--r-- | app-vim/tagbar/tagbar-2.7.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/tagbar/tagbar-2.6.1.ebuild b/app-vim/tagbar/tagbar-2.6.1.ebuild index d82891b65ce4..a1c2e7fb7e0a 100644 --- a/app-vim/tagbar/tagbar-2.6.1.ebuild +++ b/app-vim/tagbar/tagbar-2.6.1.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 @@ -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" diff --git a/app-vim/tagbar/tagbar-2.7.ebuild b/app-vim/tagbar/tagbar-2.7.ebuild index 560f75868dd2..211696e57ae9 100644 --- a/app-vim/tagbar/tagbar-2.7.ebuild +++ b/app-vim/tagbar/tagbar-2.7.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 @@ -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" |