Skip to content

Commit

Permalink
app-vim/tagbar: use HTTPS.
Browse files Browse the repository at this point in the history
Closes: gentoo#7406
  • Loading branch information
mm1ke authored and monsieurp committed Mar 10, 2018
1 parent e735699 commit a21b14e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-vim/tagbar/tagbar-2.6.1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions app-vim/tagbar/tagbar-2.7.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit a21b14e

Please sign in to comment.