diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 21:20:30 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:40 +0200 |
commit | 7db3c02e1cfd9c94b5aadf509ed1a7ffda3e4e5d (patch) | |
tree | c72f6e0ebdd7564705a4bfcce66451a71283ba15 /sys-auth | |
parent | sys-apps/file: use HTTPS for GitHub and HOMEPAGE, fix SRC_URI/HOMEPAGE (diff) | |
download | gentoo-7db3c02e1cfd9c94b5aadf509ed1a7ffda3e4e5d.tar.gz gentoo-7db3c02e1cfd9c94b5aadf509ed1a7ffda3e4e5d.tar.bz2 gentoo-7db3c02e1cfd9c94b5aadf509ed1a7ffda3e4e5d.zip |
sys-auth/google-authenticator: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/google-authenticator/google-authenticator-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild b/sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild index c515ceeba0cc..b637ffb38586 100644 --- a/sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild +++ b/sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.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 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 |