summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/google-authenticator/google-authenticator-9999.ebuild')
-rw-r--r--sys-auth/google-authenticator/google-authenticator-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/google-authenticator/google-authenticator-9999.ebuild b/sys-auth/google-authenticator/google-authenticator-9999.ebuild
index c515ceeba0cc..b637ffb38586 100644
--- a/sys-auth/google-authenticator/google-authenticator-9999.ebuild
+++ b/sys-auth/google-authenticator/google-authenticator-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="5"
@@ -6,7 +6,7 @@ EAPI="5"
inherit multilib
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/google/${PN}.git"
+ EGIT_REPO_URI="https://github.com/google/${PN}.git"
inherit git-r3 autotools
S="${WORKDIR}/${P}/libpam"
else