summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 11:49:01 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 10:47:20 +0200
commit2caabc5d938c9655154b0d959098596fca740384 (patch)
tree46fa7c4a5a5587e7aff5aff4916682f26cc398a0
parentapp-vim/gitv: use HTTPS for GitHub, remove dead HOMEPAGE domain (diff)
downloadgentoo-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
-rw-r--r--app-vim/undotree/undotree-9999.ebuild2
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"