media-plugins/kodi-screensaver-asteroids: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-30 05:41:54 +10:00
committed by Michał Górny
parent 423ba19a10
commit bae0095398
2 changed files with 4 additions and 4 deletions

View File

@@ -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=6
@@ -12,7 +12,7 @@ SRC_URI=""
case ${PV} in
9999)
SRC_URI=""
EGIT_REPO_URI="git://github.com/notspiff/screensaver.asteroids.git"
EGIT_REPO_URI="https://github.com/notspiff/screensaver.asteroids.git"
inherit git-r3
;;
*)

View File

@@ -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=6
@@ -12,7 +12,7 @@ SRC_URI=""
case ${PV} in
9999)
SRC_URI=""
EGIT_REPO_URI="git://github.com/notspiff/screensaver.asteroids.git"
EGIT_REPO_URI="https://github.com/notspiff/screensaver.asteroids.git"
inherit git-r3
;;
*)