commit: 34a7dd66cf8d13041d39d31811f8ad420a02dc5e
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 19:42:41 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 12:12:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a7dd66
media-plugins/kodi-screensaver-crystalmorph: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
.../kodi-screensaver-crystalmorph-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/media-plugins/kodi-screensaver-crystalmorph/kodi-screensaver-crystalmorph-9999.ebuild
b/media-plugins/kodi-screensaver-crystalmorph/kodi-screensaver-crystalmorph-9999.ebuild
index c328275461e..11c80daab75 100644
---
a/media-plugins/kodi-screensaver-crystalmorph/kodi-screensaver-crystalmorph-9999.ebuild
+++
b/media-plugins/kodi-screensaver-crystalmorph/kodi-screensaver-crystalmorph-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=6
@@ -12,7 +12,7 @@ SRC_URI=""
case ${PV} in
9999)
SRC_URI=""
- EGIT_REPO_URI="git://github.com/notspiff/screensaver.crystalmorph.git"
+ EGIT_REPO_URI="https://github.com/notspiff/screensaver.crystalmorph.git"
inherit git-r3
;;
*)