diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 11:49:01 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:47:20 +0200 |
commit | 2caabc5d938c9655154b0d959098596fca740384 (patch) | |
tree | 46fa7c4a5a5587e7aff5aff4916682f26cc398a0 /app-vim/undotree | |
parent | app-vim/gitv: use HTTPS for GitHub, remove dead HOMEPAGE domain (diff) | |
download | gentoo-2caabc5d938c9655154b0d959098596fca740384.tar.gz gentoo-2caabc5d938c9655154b0d959098596fca740384.tar.bz2 gentoo-2caabc5d938c9655154b0d959098596fca740384.zip |
app-vim/undotree: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-vim/undotree')
-rw-r--r-- | app-vim/undotree/undotree-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/undotree/undotree-9999.ebuild b/app-vim/undotree/undotree-9999.ebuild index a809fa190943..e257084dc783 100644 --- a/app-vim/undotree/undotree-9999.ebuild +++ b/app-vim/undotree/undotree-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit vim-plugin git-r3 -EGIT_REPO_URI="git://github.com/mbbill/undotree.git" +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" LICENSE="BSD" |