commit:     7145b86d630af2578e8381c08f5f2685f395c608
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 01:44:49 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:47:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7145b86d

app-vim/fugitive: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-vim/fugitive/fugitive-2.2.ebuild  | 4 ++--
 app-vim/fugitive/fugitive-9999.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/fugitive/fugitive-2.2.ebuild 
b/app-vim/fugitive/fugitive-2.2.ebuild
index 60c28e051f7..71ee67fe65d 100644
--- a/app-vim/fugitive/fugitive-2.2.ebuild
+++ b/app-vim/fugitive/fugitive-2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit vim-plugin
 
 if [[ ${PV} == 9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git"
+       EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git";
 else
        inherit vcs-snapshot
        SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

diff --git a/app-vim/fugitive/fugitive-9999.ebuild 
b/app-vim/fugitive/fugitive-9999.ebuild
index 302754b8137..71ee67fe65d 100644
--- a/app-vim/fugitive/fugitive-9999.ebuild
+++ b/app-vim/fugitive/fugitive-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit vim-plugin
 
 if [[ ${PV} == 9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git"
+       EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git";
 else
        inherit vcs-snapshot
        SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

Reply via email to