media-plugins/kodi-vfs-sftp: Use https: for git, not git:

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2018-11-06 16:18:51 -05:00
parent 5e9fa23a91
commit 588b4392b4

View File

@@ -12,7 +12,7 @@ SRC_URI=""
case ${PV} in
9999)
SRC_URI=""
EGIT_REPO_URI="git://github.com/xbmc/vfs.sftp.git"
EGIT_REPO_URI="https://github.com/xbmc/vfs.sftp.git"
inherit git-r3
;;
*)