From 00846f5f7be003565185b4945997bd9c766ecd96 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 13:26:27 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- dev-libs/qoauth/qoauth-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-libs/qoauth/qoauth-1.0.1.ebuild') diff --git a/dev-libs/qoauth/qoauth-1.0.1.ebuild b/dev-libs/qoauth/qoauth-1.0.1.ebuild index a2fc0305f23e..045e0479ecd9 100644 --- a/dev-libs/qoauth/qoauth-1.0.1.ebuild +++ b/dev-libs/qoauth/qoauth-1.0.1.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit qt4-r2 DESCRIPTION="A Qt-based library for OAuth support" -HOMEPAGE="http://wiki.github.com/ayoy/qoauth" +HOMEPAGE="https://wiki.github.com/ayoy/qoauth" SRC_URI="http://files.ayoy.net/qoauth/release/${PV}/src/${P}-src.tar.bz2" LICENSE="LGPL-2.1" -- cgit v1.2.3-65-gdbad