From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE46A139694 for ; Sun, 30 Jul 2017 08:48:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E51C31FC18A; Sun, 30 Jul 2017 08:47:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE3BA1FC18A for ; Sun, 30 Jul 2017 08:47:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6859341AA9 for ; Sun, 30 Jul 2017 08:47:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B1CF74D6 for ; Sun, 30 Jul 2017 08:47:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501404440.2caabc5d938c9655154b0d959098596fca740384.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/undotree/undotree-9999.ebuild X-VCS-Directories: app-vim/undotree/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2caabc5d938c9655154b0d959098596fca740384 X-VCS-Branch: master Date: Sun, 30 Jul 2017 08:47:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 31cba99a-ff2e-4f42-95da-302bdb3567c9 X-Archives-Hash: 9b01a58bdf147ea828b9283068623b65 commit: 2caabc5d938c9655154b0d959098596fca740384 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 01:49:01 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 08:47:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2caabc5d app-vim/undotree: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-vim/undotree/undotree-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/undotree/undotree-9999.ebuild b/app-vim/undotree/undotree-9999.ebuild index a809fa19094..e257084dc78 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"