commit: 42661e0fee3111230d368e74f02d81778a2c7036
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 17:55:35 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:44:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42661e0f
net-im/hangups: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
net-im/hangups/hangups-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/hangups/hangups-9999.ebuild
b/net-im/hangups/hangups-9999.ebuild
index eb3af4e1ccd..837ce61829e 100644
--- a/net-im/hangups/hangups-9999.ebuild
+++ b/net-im/hangups/hangups-9999.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5} )
inherit distutils-r1
if [[ ${PV} = *9999* ]]; then
- EGIT_REPO_URI="git://github.com/tdryer/${PN}"
+ EGIT_REPO_URI="https://github.com/tdryer/${PN}"
inherit git-r3
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"