diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-09 15:53:27 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:55:13 +0100 |
commit | bdb0f82be17dddffa36db271b6e4dd230bb7767f (patch) | |
tree | fee6fdf2a7ceede9c9cab7583caa63e3ea4b2baf /app-vim | |
parent | app-vim/udev-syntax: use HTTPS. (diff) | |
download | gentoo-bdb0f82be17dddffa36db271b6e4dd230bb7767f.tar.gz gentoo-bdb0f82be17dddffa36db271b6e4dd230bb7767f.tar.bz2 gentoo-bdb0f82be17dddffa36db271b6e4dd230bb7767f.zip |
app-vim/undotree: use HTTPS.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/undotree/undotree-5.0.ebuild | 4 | ||||
-rw-r--r-- | app-vim/undotree/undotree-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/undotree/undotree-5.0.ebuild b/app-vim/undotree/undotree-5.0.ebuild index a3b9c665fc05..f494f607ca9f 100644 --- a/app-vim/undotree/undotree-5.0.ebuild +++ b/app-vim/undotree/undotree-5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit vim-plugin vcs-snapshot DESCRIPTION="vim plugin: display your undo history in a graph" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree" SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" KEYWORDS="amd64 x86" diff --git a/app-vim/undotree/undotree-9999.ebuild b/app-vim/undotree/undotree-9999.ebuild index e257084dc783..af6935936207 100644 --- a/app-vim/undotree/undotree-9999.ebuild +++ b/app-vim/undotree/undotree-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 @@ -7,5 +7,5 @@ inherit vim-plugin git-r3 EGIT_REPO_URI="https://github.com/mbbill/undotree.git" DESCRIPTION="vim plugin: display your undo history in a graph" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree" LICENSE="BSD" |