diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-09-03 18:23:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-06 22:59:04 +0200 |
commit | 9309f39ddc20ac81b755cfd1ce5522bbafc947e5 (patch) | |
tree | 23ad2d1865bc23f01b1f39e5da09c8dc86fe4e9c /net-libs | |
parent | net-libs/accounts-qt: use HTTPS for links to dev.gentoo.org (diff) | |
download | gentoo-9309f39ddc20ac81b755cfd1ce5522bbafc947e5.tar.gz gentoo-9309f39ddc20ac81b755cfd1ce5522bbafc947e5.tar.bz2 gentoo-9309f39ddc20ac81b755cfd1ce5522bbafc947e5.zip |
net-libs/signon-oauth2: use HTTPS for links to dev.gentoo.org
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild b/net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild index 29052427427c..dc913a9e2838 100644 --- a/net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild +++ b/net-libs/signon-oauth2/signon-oauth2-0.21-r1.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 @@ -7,7 +7,7 @@ inherit eutils qmake-utils DESCRIPTION="OAuth2 plugin for Signon daemon" HOMEPAGE="https://01.org/gsso/" -SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2" +SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" |