Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
Date: Sun, 30 Jul 2017 08:48:04
Message-Id: 1501404440.2caabc5d938c9655154b0d959098596fca740384.mgorny@gentoo
1 commit: 2caabc5d938c9655154b0d959098596fca740384
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 01:49:01 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:47:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2caabc5d
7
8 app-vim/undotree: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-vim/undotree/undotree-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/undotree/undotree-9999.ebuild b/app-vim/undotree/undotree-9999.ebuild
16 index a809fa19094..e257084dc78 100644
17 --- a/app-vim/undotree/undotree-9999.ebuild
18 +++ b/app-vim/undotree/undotree-9999.ebuild
19 @@ -5,7 +5,7 @@ EAPI=6
20
21 inherit vim-plugin git-r3
22
23 -EGIT_REPO_URI="git://github.com/mbbill/undotree.git"
24 +EGIT_REPO_URI="https://github.com/mbbill/undotree.git"
25 DESCRIPTION="vim plugin: display your undo history in a graph"
26 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
27 LICENSE="BSD"