mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user