From 117f8b99dcef1ec28d5740b2c0da070e1426a0b8 Mon Sep 17 00:00:00 2001 From: Francesco Turco Date: Sun, 3 Sep 2017 18:22:12 +0200 Subject: net-libs/accounts-qt: use HTTPS for links to dev.gentoo.org --- net-libs/accounts-qt/accounts-qt-1.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-libs') diff --git a/net-libs/accounts-qt/accounts-qt-1.13.ebuild b/net-libs/accounts-qt/accounts-qt-1.13.ebuild index 54f278363f46..d3a5206b66b1 100644 --- a/net-libs/accounts-qt/accounts-qt-1.13.ebuild +++ b/net-libs/accounts-qt/accounts-qt-1.13.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 qmake-utils DESCRIPTION="Qt5 bindings for libaccounts-glib" 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" -- cgit v1.2.3-65-gdbad